Archived
1
0
This commit is contained in:
Marrub 2015-08-06 09:07:59 -04:00
parent 6188ed3123
commit 56cdcd7a54

View File

@ -423,8 +423,8 @@ LT_BOOL LT_Assert(LT_BOOL assertion, const char *fmt, ...)
{ {
if(assertion) if(assertion)
{ {
char *ftString = LT_Malloc(64); char *ftString = LT_Alloc(64);
char *asBuffer = LT_Malloc(512); char *asBuffer = LT_Alloc(512);
int place = (int)ftell(parseFile); int place = (int)ftell(parseFile);
va_list va; va_list va;