mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
x11: fix the wrong parameter sequence in pax11publish
This commit is contained in:
parent
23432d39ee
commit
866b2c9a57
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
pa_client_conf_free(conf);
|
||||
|
||||
if (pa_authkey_load_auto(cookie_file, cookie, TRUE, sizeof(cookie)) < 0) {
|
||||
if (pa_authkey_load_auto(cookie_file, TRUE, cookie, sizeof(cookie)) < 0) {
|
||||
fprintf(stderr, _("Failed to load cookie data\n"));
|
||||
goto finish;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue