[pulseaudio-discuss] [PATCH] fix the wrong parameter sequence in pax11publish
rong deng
dzrongg at gmail.com
Tue Jun 5 05:30:40 PDT 2012
Hi Arun,
Could you help review this patch?
2012/6/3 Deng Zhengrong <dzrongg at gmail.com>
> ---
> src/utils/pax11publish.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> 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;
> }
> --
> 1.7.7.6
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-discuss/attachments/20120605/50a49b0f/attachment.htm>
More information about the pulseaudio-discuss
mailing list