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