[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Dead code in lauxlib.c
- From: Gavin Wraith <gavin@...>
- Date: Tue, 19 Jul 2011 16:02:24 +0100
Am I right in thinking that in lauxlib.c, in the body of
static int findfield(..........) line 54 should be changed
-- else if (findfield(L, objidx, level - 1)) { /* try recursively */
++ else if (found = findfield(L, objidx, level - 1)) { /* try recursively */
?
--
Gavin Wraith (gavin@wra1th.plus.com)
Home page: http://www.wra1th.plus.com/