X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/38943d29d32dab09eb2eb952fedbf4d319ffa13b..b61665d5b61cfc322579028b4b54438d8b80ac91:/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); }