Commit 26c8fbca authored by Chen Bill's avatar Chen Bill

fix type

parent a98cefe5
......@@ -121,7 +121,7 @@ void interpreter::unregister_group(group *pgroup) {
pgroup->ref_handle = 0;
}
int32 interpreter::load_script(const char* script_name) {
int32 len = 0;
int len = 0;
byte* buffer = ::read_script(script_name, &len);
if (!buffer)
return OPERATION_FAIL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment