mirror of https://github.com/AxioDL/metaforce.git
updated hecl
This commit is contained in:
parent
58e394d5df
commit
14c7731cf8
|
@ -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
2
hecl
|
@ -1 +1 @@
|
|||
Subproject commit 8e82d2d42b1411f7cc110a2151f22af850a1f1e9
|
||||
Subproject commit 865ef9dc853c4b124b4fb69cf5fc38a8001acc6a
|
Loading…
Reference in New Issue