X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fpsxcounters.c;h=f6c1bc448cb2e0941821fd1b62dd49aab91c7a0a;hp=1c514e8f174f13cc75b4c9a5b22e9272ff4635a3;hb=ab948f7e6d437dddd070000f36489d7e983eb4ad;hpb=808a13bdcc83e7b0dec878bbcfc7774e2029b724 diff --git a/libpcsxcore/psxcounters.c b/libpcsxcore/psxcounters.c index 1c514e8f..f6c1bc44 100644 --- a/libpcsxcore/psxcounters.c +++ b/libpcsxcore/psxcounters.c @@ -100,7 +100,7 @@ void verboseLog( s32 level, const char *str, ... ) vsprintf( buf, str, va ); va_end( va ); - printf( buf ); + printf( "%s", buf ); fflush( stdout ); } }