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

2
hecl

@ -1 +1 @@
Subproject commit 8e82d2d42b1411f7cc110a2151f22af850a1f1e9
Subproject commit 865ef9dc853c4b124b4fb69cf5fc38a8001acc6a