Skip to content
Snippets Groups Projects
Commit b898b04a authored by dg's avatar dg
Browse files

Fix crash

git-svn-id: http://svn.net-core.org/repos/t-engine4@2669 51575b47-30f0-44d4-a5cc-537603b46e54
parent 5a89d651
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,7 @@ int docall (lua_State *L, int narg, int nret)
{
stackDump(L);
// assert(0);
lua_settop(L, base);
}
return status;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment