]> code.delx.au - pulseaudio/blobdiff - src/utils/pax11publish.c
Remove pa_bool_t and replace it with bool.
[pulseaudio] / src / utils / pax11publish.c
index c5e6cfbb519af9cd02a210abd5c93e50ae6da0ee..abb23120d0c6becc36b618b010b5a52dfebe945e 100644 (file)
@@ -194,7 +194,7 @@ int main(int argc, char *argv[]) {
 
             pa_client_conf_free(conf);
 
-            if (pa_authkey_load_auto(cookie_file, TRUE, cookie, 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;
             }