lua-users home
lua-l archive

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


>     level = lua_tointeger(L, arg+2);
>
> level == -858993460 == 0xcccccccc
>
> I can't remember what that means under the Visual C++ C runtime.  I
> think it is uninitialized memory.

May this be a bug in the macro lua_number2integer (used by
lua_tointeger)?

-- Roberto