x11: fix the wrong parameter sequence in pax11publish

This commit is contained in:
Deng Zhengrong 2012-06-07 04:16:51 +08:00 committed by Arun Raghavan
parent 23432d39ee
commit 866b2c9a57

View file

@ -195,7 +195,7 @@ int main(int argc, char *argv[]) {
pa_client_conf_free(conf); 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")); fprintf(stderr, _("Failed to load cookie data\n"));
goto finish; goto finish;
} }