From 4d55a8b8254dff61fdc7b1959f6aef7eafbd9439 Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Wed, 9 Nov 2011 20:49:54 +0000 Subject: Patch 10767 (Durandal_1707). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72138 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/psxcounters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore/psxcounters.c') diff --git a/libpcsxcore/psxcounters.c b/libpcsxcore/psxcounters.c index 454a5e55..51694aa4 100644 --- a/libpcsxcore/psxcounters.c +++ b/libpcsxcore/psxcounters.c @@ -101,7 +101,7 @@ void verboseLog( s32 level, const char *str, ... ) vsnprintf( buf, sizeof(buf), str, va ); va_end( va ); - printf( buf ); + printf( "%s", buf ); fflush( stdout ); } } -- cgit v1.2.3