code style change

This commit is contained in:
Andrew Tridgell
1998-07-17 05:37:56 +00:00
parent 8d72ef6e52
commit eb601ffeb8

2
io.c
View File

@@ -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);
}