]> code.delx.au - pulseaudio/blobdiff - src/pulse/ext-device-manager.c
Remove pa_bool_t and replace it with bool.
[pulseaudio] / src / pulse / ext-device-manager.c
index f2ea63a57264bd4e9221623ded06c01782fb6854..7fbb7de23f0a33fd551c2d9b1fe598fed5fd9837 100644 (file)
@@ -58,7 +58,7 @@ static void ext_device_manager_test_cb(pa_pdispatch *pd, uint32_t command, uint3
         goto finish;
 
     if (command != PA_COMMAND_REPLY) {
-        if (pa_context_handle_error(o->context, command, t, FALSE) < 0)
+        if (pa_context_handle_error(o->context, command, t, false) < 0)
             goto finish;
 
     } else if (pa_tagstruct_getu32(t, &version) < 0 ||
@@ -118,7 +118,7 @@ static void ext_device_manager_read_cb(pa_pdispatch *pd, uint32_t command, uint3
         goto finish;
 
     if (command != PA_COMMAND_REPLY) {
-        if (pa_context_handle_error(o->context, command, t, FALSE) < 0)
+        if (pa_context_handle_error(o->context, command, t, false) < 0)
             goto finish;
 
         eol = -1;