mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-08-12 18:57:12 +02:00
Update squirrel to the latest version straight from the official repository.
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ static SQInteger _string_printf(HSQUIRRELVM v)
|
||||
SQInteger length = 0;
|
||||
if(SQ_FAILED(sqstd_format(v,2,&length,&dest)))
|
||||
return -1;
|
||||
|
||||
|
||||
SQPRINTFUNCTION printfunc = sq_getprintfunc(v);
|
||||
if(printfunc) printfunc(v,dest);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user