Revert an unintended change from #eff61bde325b

This commit is contained in:
John Emmas 2023-09-14 16:44:51 +01:00
parent 1cc0870725
commit 56772b8156
1 changed files with 1 additions and 1 deletions

View File

@ -938,7 +938,7 @@ JACKAudioBackend::in_process_thread ()
return true;
}
#else // pthreads
if (pthread_equal (thread, DEBUG_THREAD_SELF) != 0) {
if (pthread_equal (thread, pthread_self()) != 0) {
return true;
}
#endif