marrub
/
LoveToken
Archived
1
0
Fork 0

wait no DON'T DO THAT

master
Marrub 2015-07-26 05:40:32 -04:00
parent dce1f1b534
commit 3773a4f51b
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ bool LT_Assert(bool assertion, const char *fmt, ...)
snprintf(assertString, 512, "%s%s", ftString, asBuffer);
LT_SetGarbage(assertString = LT_ReAlloc(assertString, strlen(assertString) + 1));
LT_SetGarbage(assertString);
}
return assertion;