Explorar o código

Changes to allow compile on freebsd

mingodad %!s(int64=12) %!d(string=hai) anos
pai
achega
d73111e8b9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      SquiLu/squirrel/sqbaselib.cpp

+ 1 - 1
SquiLu/squirrel/sqbaselib.cpp

@@ -1283,7 +1283,7 @@ static SQRESULT string_gmatch(HSQUIRRELVM v)
     return 1;
     return 1;
 }
 }
 
 
-static SQRESULT process_string_find_lua(LuaMatchState *ms, void *udata, char_buffer_st **b) {
+static int process_string_find_lua(LuaMatchState *ms, void *udata, char_buffer_st **b) {
     return process_string_gmatch_find(ms, udata, b, true);
     return process_string_gmatch_find(ms, udata, b, true);
 }
 }