Fix the bug that LuaStack::executeFunctionReturnArray hasn't deal with the condition of numArgs == 0

This commit is contained in:
samuele3hu 2014-07-11 16:10:42 +08:00
parent 229ad0cc27
commit d9291031cd
1 changed files with 0 additions and 1 deletions

View File

@ -587,7 +587,6 @@ int LuaStack::executeFunctionReturnArray(int handler,int numArgs,int numResults,
}
}
lua_settop(_state, 0);
return 1;
}