[pulseaudio-commits] src/utils
Arun Raghavan
arun at kemper.freedesktop.org
Fri Jun 8 04:20:24 PDT 2012
src/utils/pax11publish.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 866b2c9a57caa21668bb9ab0e6c1d08fa44db90e
Author: Deng Zhengrong <dzrongg at gmail.com>
Date: Thu Jun 7 04:16:51 2012 +0800
x11: fix the wrong parameter sequence in pax11publish
diff --git a/src/utils/pax11publish.c b/src/utils/pax11publish.c
index 0f9a030..16cf866 100644
--- a/src/utils/pax11publish.c
+++ b/src/utils/pax11publish.c
@@ -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;
}
More information about the pulseaudio-commits
mailing list