Archived
1
0

wait no DON'T DO THAT

This commit is contained in:
Marrub 2015-07-26 05:40:32 -04:00
parent dce1f1b534
commit 3773a4f51b

View File

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