no thoughts

This commit is contained in:
Casey 2023-11-25 19:25:48 +03:00
parent df131a91a7
commit d9e050110e
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 1 deletions

2
cbt.h
View File

@ -534,7 +534,7 @@ void *cbt__line_processor(void *arg) {
while (cbt_running) {
pthread_mutex_lock(&_cbt__autoproc_mut);
#if 1 || defined(__APPLE__)
#if 1 && !defined(__APPLE__)
int res = ppoll(cbt__autoproc_fdset.items, cbt__autoproc_fdset.size,
&timeout, &sigmask);
if (res < 0) {