chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Disobedience: show playing/random-play global prefs as checkboxes.
[disorder]
/
lib
/
uaudio-thread.c
diff --git
a/lib/uaudio-thread.c
b/lib/uaudio-thread.c
index f04b84bebe02b8d2084fd4127c98b424673f8ffd..e42980c211cd10cc22c95cb6a81c7f7586d3598e 100644
(file)
--- 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)))
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)))
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 */
}
/** @brief Shut down background threads for audio processing */