X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/53936ef935e97d2036ad09b61b7040979d175469..3f2d8d683a7a5a31ab01874007ee6a62249bb45b:/rsync.c diff --git a/rsync.c b/rsync.c index c384ed9b..48894c97 100644 --- a/rsync.c +++ b/rsync.c @@ -207,8 +207,9 @@ int iconvbufs(iconv_t ic, xbuf *in, xbuf *out, int flags) void send_protected_args(int fd, char *args[]) { + int i; #ifdef ICONV_OPTION - int i, convert = ic_send != (iconv_t)-1; + int convert = ic_send != (iconv_t)-1; xbuf outbuf, inbuf; if (convert)