(svn r26494) -Codechange: replace some further usages of s(n)printf with seprintf
This commit is contained in:
@@ -17,7 +17,10 @@
|
||||
#include "../core/alloc_func.hpp"
|
||||
#include "../core/math_func.hpp"
|
||||
|
||||
/* Due to the different characters for Squirrel, the scstrcat might be a simple
|
||||
* strcat which triggers the safeguard. But it isn't always a simple strcat. */
|
||||
#include "../safeguards.h"
|
||||
#undef strcat
|
||||
|
||||
|
||||
SQInteger SquirrelStd::min(HSQUIRRELVM vm)
|
||||
|
Reference in New Issue
Block a user