1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-16 19:53:12 +00:00

little fix

This commit is contained in:
Nikolay Korolev 2020-07-01 15:12:25 +03:00
parent da93b0a078
commit 779d4e02a4

View file

@ -1356,6 +1356,7 @@ static void PrintToLog(const char* format, ...)
printf("%s", tmp);
#if SCRIPT_LOG_FILE_LEVEL == 1 || SCRIPT_LOG_FILE_LEVEL == 2
if (dbg_log)
fwrite(tmp, 1, strlen(tmp), dbg_log);
#endif
}