Ooooooohh

This commit is contained in:
mniip 2013-04-27 02:57:41 +04:00
parent 77e837c775
commit bfe00dc1f3

View File

@ -1571,7 +1571,7 @@ int luatpt_register_step(lua_State* l)
lua_rawget(l, LUA_REGISTRYINDEX); lua_rawget(l, LUA_REGISTRYINDEX);
if(!lua_istable(l, -1)) if(!lua_istable(l, -1))
{ {
lua_pop(l, -1); lua_pop(l, 1);
lua_newtable(l); lua_newtable(l);
lua_pushstring(l, "stepfunctions"); lua_pushstring(l, "stepfunctions");
lua_pushvalue(l, -2); lua_pushvalue(l, -2);