main: Format string fixes
This commit is contained in:
parent
97c9cc6197
commit
f70ff92ecd
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue