mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 07:18:59 +00:00
copypaste bug
This commit is contained in:
parent
eda50bc32b
commit
a1356f1001
1 changed files with 0 additions and 1 deletions
|
@ -1354,7 +1354,6 @@ static void PrintToLog(const char* format, ...)
|
||||||
#endif
|
#endif
|
||||||
va_end(va);
|
va_end(va);
|
||||||
|
|
||||||
printf("%s", tmp);
|
|
||||||
#if SCRIPT_LOG_FILE_LEVEL == 1 || SCRIPT_LOG_FILE_LEVEL == 2
|
#if SCRIPT_LOG_FILE_LEVEL == 1 || SCRIPT_LOG_FILE_LEVEL == 2
|
||||||
if (dbg_log)
|
if (dbg_log)
|
||||||
fwrite(tmp, 1, strlen(tmp), dbg_log);
|
fwrite(tmp, 1, strlen(tmp), dbg_log);
|
||||||
|
|
Loading…
Reference in a new issue