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

oups

git-svn-id: http://svn.net-core.org/repos/t-engine4@2592 51575b47-30f0-44d4-a5cc-537603b46e54
parent 0d434ccb
No related branches found
No related tags found
No related merge requests found
......@@ -620,8 +620,6 @@ static int panic (lua_State *L) {
(void)L; /* to avoid warnings */
fprintf(stderr, "PANIC: unprotected error in call to Lua API (%s)\n",
lua_tostring(L, -1));
stackDump (L);
assert(0);
return 0;
}
......
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