lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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/