From 704ab8f7cc436c00c151e5608429737acb2e69ac Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Thu, 5 Sep 2013 19:07:29 +0000 Subject: . git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87087 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/peopsxgl/gpu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins') diff --git a/plugins/peopsxgl/gpu.c b/plugins/peopsxgl/gpu.c index e5c72340..1bf52937 100755 --- a/plugins/peopsxgl/gpu.c +++ b/plugins/peopsxgl/gpu.c @@ -856,7 +856,7 @@ void sysdep_create_display(void) // create display if(bModeChanged==0) // -> no mode found? { free(modes); // --> free infos - printf("No proper fullscreen mode found!\n"); // --> some info output + printf("%s", "No proper fullscreen mode found!\n"); // --> some info output } } } @@ -1013,9 +1013,9 @@ void sysdep_create_display(void) // create display glXMakeCurrent(display,window,cx); /* - printf(glGetString(GL_VENDOR)); + printf("%s", glGetString(GL_VENDOR)); printf("\n"); - printf(glGetString(GL_RENDERER)); + printf("%s", glGetString(GL_RENDERER)); printf("\n"); */ -- cgit v1.2.3