From: Andrew Tridgell Date: Fri, 17 Jul 1998 05:37:56 +0000 (+0000) Subject: code style change X-Git-Tag: v2.0.19~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb601ffeb8a0145a37862852a5b2afb799d3b23d;p=thirdparty%2Frsync.git 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); }