X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4a19c3b254b01c298fe25d72f450a760278e9386..7de7b49f6cfa6182837c493d497f7509b7391ec4:/io.c diff --git a/io.c b/io.c index 02511764..fc2ec290 100644 --- a/io.c +++ b/io.c @@ -297,7 +297,7 @@ static void read_msg_fd(void) if (n >= sizeof buf) n = sizeof buf - 1; read_loop(fd, buf, n); - rwrite(tag, buf, n); + rwrite((enum logcode)tag, buf, n); len -= n; } break;