From: Andrew Tridgell Date: Fri, 17 Jul 1998 05:37:56 +0000 (+0000) Subject: code style change X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/eb601ffeb8a0145a37862852a5b2afb799d3b23d code style change --- diff --git a/io.c b/io.c index c42c1c7e..c2c43ca7 100644 --- a/io.c +++ b/io.c @@ -238,7 +238,7 @@ static void readfd(int fd,char *buffer,int N) int ret; int total=0; - if (read_buffer_len < N && N < 1024) { + if ((read_buffer_len < N) && (N < 1024)) { read_check(buffer_f_in); }