X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4a19c3b254b01c298fe25d72f450a760278e9386..54b0dfa0f7344fb8db25ef7ba118f7e9e0f9d83d:/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;