2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

updated hecl

This commit is contained in:
Jack Andersen
2015-11-10 13:19:36 -10:00
parent 58e394d5df
commit 14c7731cf8
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ void CBasics::Init()
const char* CBasics::Stringize(const char* fmt, ...)
{
char STRINGIZE_STR[2048] = {0};
static char STRINGIZE_STR[2048] = {0};
va_list ap;
va_start(ap, fmt);
vsnprintf(STRINGIZE_STR, 2048, fmt, ap);