X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0b515981fcfb4ba60d6f01ab604d11e13b85e48f..609e6dda6b3e3f7fa8cee01fdd0d79b670b7cd10:/pipe.c diff --git a/pipe.c b/pipe.c index 50c78c42..f3cea83f 100644 --- a/pipe.c +++ b/pipe.c @@ -144,6 +144,7 @@ pid_t local_child(int argc, char **argv, int *f_in, int *f_out, close(to_child_pipe[0]); if (from_child_pipe[1] != STDOUT_FILENO) close(from_child_pipe[1]); + setup_iconv(); child_main(argc, argv); }