diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tpool.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tpool.c b/src/tpool.c index f30bccc..a381565 100644 --- a/src/tpool.c +++ b/src/tpool.c @@ -116,9 +116,7 @@ tpwork(void *arg) process_file(tp->files[i], &buf); } - flockfile(stdout); fwrite(buf, 1, array_len(buf), stdout); - funlockfile(stdout); #if DEBUG array_free(buf); |