MixerCore: Remove wrong flag

This commit is contained in:
Dario Casalinuovo
2016-04-12 02:54:36 +02:00
parent b0dd37b7a0
commit 598880fc30
@@ -534,7 +534,7 @@ MixerCore::_MixThread()
goto schedule_next_event;
ret = acquire_sem_etc(fMixThreadWaitSem, 1,
B_RELATIVE_TIMEOUT | B_DO_NOT_RESCHEDULE, 100000);
B_RELATIVE_TIMEOUT, 100000);
if (ret == B_TIMED_OUT)
continue;
else if (ret != B_OK)