lua-users home
lua-l archive

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


> And we'll probably fix this

Here is the fix:

static void LoadConstants(LoadState* S, Proto* f)
{
 ...
   case LUA_TBOOLEAN:
   	setbvalue(o,LoadChar(S)!=0);
	break;