X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/c81974493ce7408d3c509d1869aa570071948a44..de37b64085838de48894200ae2b9d49417668a76:/lib/uaudio-thread.c?ds=inline diff --git a/lib/uaudio-thread.c b/lib/uaudio-thread.c index f04b84b..e42980c 100644 --- a/lib/uaudio-thread.c +++ b/lib/uaudio-thread.c @@ -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 */