summaryrefslogtreecommitdiff
path: root/gettext-tools/src/msgexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/src/msgexec.c')
-rw-r--r--gettext-tools/src/msgexec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/src/msgexec.c b/gettext-tools/src/msgexec.c
index 811e0fa09..c4ff14da2 100644
--- a/gettext-tools/src/msgexec.c
+++ b/gettext-tools/src/msgexec.c
@@ -406,8 +406,8 @@ process_string (const message_ty *mp, const char *str, size_t len)
unsetenv ("MSGEXEC_PREV_MSGID_PLURAL");
/* Open a pipe to a subprocess. */
- child = create_pipe_out (sub_name, sub_path, sub_argv, NULL, false, true,
- true, fd);
+ child = create_pipe_out (sub_name, sub_path, sub_argv, NULL,
+ NULL, false, true, true, fd);
/* Ignore SIGPIPE here. We don't care if the subprocesses terminates
successfully without having read all of the input that we feed it. */