mirror of
https://gittea.dev/nova/th.git
synced 2025-10-21 18:30:15 -04: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