Update tracer.cpp

да работай падла
This commit is contained in:
Cyneprepou4uk 2022-02-28 02:27:03 +03:00
parent 85e14c6a29
commit 711a3b012c
1 changed files with 1 additions and 1 deletions

View File

@ -1022,7 +1022,7 @@ void FCEUD_TraceInstruction(uint8 *opcode, int size)
for (string line : bzk_list)
{
char bzk_char_converter[200] = {0};
sprintf(bzk_char_converter, line);
sprintf(bzk_char_converter, "%s", line);
fputs(bzk_char_converter, LOG_FP);
//LOG_FP << line;
}