--- winwrangler-0.2.4.orig/src/main.c +++ winwrangler-0.2.4/src/main.c @@ -121,7 +121,7 @@ main (int argc, char *argv[]) !run_tray) { gchar *help_msg = g_option_context_get_help (options, TRUE, NULL); - g_print (help_msg); + g_print ("%s", help_msg); g_free (help_msg); return 1; }