chiark / gitweb /
Suppress no-collection log message for scratches
[disorder] / lib / uaudio-thread.c
index f04b84bebe02b8d2084fd4127c98b424673f8ffd..e42980c211cd10cc22c95cb6a81c7f7586d3598e 100644 (file)
@@ -245,12 +245,12 @@ void uaudio_thread_start(uaudio_callback *callback,
                          NULL,
                          uaudio_collect_thread_fn,
                          NULL)))
-    fatal(e, "pthread_create");
+    disorder_fatal(e, "pthread_create");
   if((e = pthread_create(&uaudio_play_thread,
                          NULL,
                          uaudio_play_thread_fn,
                          NULL)))
-    fatal(e, "pthread_create");
+    disorder_fatal(e, "pthread_create");
 }
 
 /** @brief Shut down background threads for audio processing */