LuaBinding.cpp line 55
subversion trunk r23
It seems that the line 55 in LuaBinding.cpp should be looks like below:
int LuaBinding::l_keymask(lua_State *L) {
DEBUG_PRINT(2, "[LUABIND] l_keymask (L: %x)\n", (int) L);
Please modify the "(int) L" to "(long) L" otherwise the gcc will failed to
compile it.
Original issue reported on code.google.com by xink...@gmail.com on 23 Feb 2010 at 2:45
Original issue reported on code.google.com by
xink...@gmail.com
on 23 Feb 2010 at 2:45