marrub
/
LoveToken
Archived
1
0
Fork 0

INSERT STUPID COMMIT MESSAGE HERE

master
Marrub 2015-08-06 09:10:38 -04:00
parent 2277d5bd58
commit 0eafe62d22
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ LT_BOOL LT_Assert(LT_BOOL assertion, const char *fmt, ...)
va_list va;
assertError = LT_TRUE;
assertString = malloc(512);
assertString = LT_Alloc(512);
va_start(va, fmt);
vsprintf(asBuffer, fmt, va);