This commit is contained in:
elvis
2022-04-24 01:36:43 +02:00
parent 4fe23200bc
commit 9eaf9cdd49
9 changed files with 163 additions and 82 deletions

View File

@ -118,6 +118,8 @@ size_t taglia_log(taglia_t *taglia, char *buf) {
}
pthread_mutex_unlock(&taglia->m);
fflush(taglia->file);
return n+m;
_error_taglia_log_mutex: