(svn r26494) -Codechange: replace some further usages of s(n)printf with seprintf

This commit is contained in:
rubidium
2014-04-24 17:40:43 +00:00
parent b4914b91d9
commit 24fdd0b7bb
3 changed files with 20 additions and 8 deletions

View File

@@ -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)