ops
This commit is contained in:
parent
6188ed3123
commit
56cdcd7a54
4
src/lt.c
4
src/lt.c
|
@ -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;
|
||||||
|
|
Reference in New Issue
Block a user