mirror of
https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git
synced 2026-05-07 21:18:07 +02:00
main: Format string fixes
This commit is contained in:
parent
97c9cc6197
commit
f70ff92ecd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue