lua-users home
lua-l archive

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


On Tue, Nov 06, 2007 at 02:31:54PM +0100, Mike Pall wrote:
> To fix this remove the 'lua_pop(L, 1);' in line 1324 and add a
> 'lua_settop(L, 2);' just before the final 'return 1;'. Now
will fix


thanks a bunch