提交 d805b283 编写于 作者: Y yihaoDeng

merge develop

上级 ec1ee6db
...@@ -435,7 +435,7 @@ bool isValidScript(char *script, int32_t len) { ...@@ -435,7 +435,7 @@ bool isValidScript(char *script, int32_t len) {
qError("error at %s name: %s, len = %d", script, name, (int)(strlen(name))); qError("error at %s name: %s, len = %d", script, name, (int)(strlen(name)));
return false; return false;
} }
bool ret = hasBaseFuncDefinedInScript(lua, name, strlen(name)); bool ret = hasBaseFuncDefinedInScript(lua, name, (int32_t)strlen(name));
lua_pop(lua, 1); // pop lua_pop(lua, 1); // pop
addScriptEnvToPool(pEnv); addScriptEnvToPool(pEnv);
return ret; return ret;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册