Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/task.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,9 @@ recode_perform_task (RECODE_TASK task)
subtask->output.cursor = subtask->output.buffer;

#if HAVE_PIPE
/* Flush all outputs to avoid duplicated buffers after calling fork */
fflush (NULL);

/* Create all subprocesses, from the first to the last, and
interconnect them. */

Expand Down
Loading