From eb601ffeb8a0145a37862852a5b2afb799d3b23d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 17 Jul 1998 05:37:56 +0000 Subject: [PATCH] code style change --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.34.1