diff options
Diffstat (limited to 'plugins')
| -rwxr-xr-x | plugins/peopsxgl/gpu.c | 6 |
1 files changed, 3 insertions, 3 deletions
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"); */ |
