main: Format string fixes

This commit is contained in:
Colin Guthrie 2010-04-22 02:04:19 +01:00
parent 97c9cc6197
commit f70ff92ecd
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ int main(int argc, char *argv[]) {
pa_context_unref(context);
pa_glib_mainloop_free(m);
} catch ( const Glib::OptionError & e ) {
fprintf(stderr, options.get_help().c_str());
fprintf(stderr, "%s", options.get_help().c_str());
return 1;
}