mirror of
https://gittea.dev/nova/th.git
synced 2025-12-12 18:50:10 -05:00
fixed wrong condition being send
This commit is contained in:
@@ -91,7 +91,7 @@ void *thread_mid(){
|
||||
}
|
||||
|
||||
pthread_cond_signal(&cond_rgt);
|
||||
pthread_cond_signal(&cond_lft);
|
||||
pthread_cond_signal(&cond_btm);
|
||||
|
||||
}
|
||||
free(path);
|
||||
|
||||
Reference in New Issue
Block a user