Fix bug in previous change.
authorChris Hanson <org/chris-hanson/cph>
Sun, 27 Nov 1994 23:05:09 +0000 (23:05 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 27 Nov 1994 23:05:09 +0000 (23:05 +0000)
v7/src/microcode/option.c

index 84bafd49f8430c1ca0ba174bdce7f198416260fd..23347a92cfb9074140d048c24018ded40af83fa5 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: option.c,v 1.38 1994/11/20 00:57:29 cph Exp $
+$Id: option.c,v 1.39 1994/11/27 23:05:09 cph Exp $
 
 Copyright (c) 1990-94 Massachusetts Institute of Technology
 
@@ -86,7 +86,7 @@ extern void EXFUN (termination_init_error, (void));
 #  define FILE_ABSOLUTE(filename) (((filename) [0]) == SUB_DIRECTORY_DELIMITER)
 #endif
 
-#define FILE_READABLE(filename) ((OS_file_access ((filename), 4)) >= 0)
+#define FILE_READABLE(filename) (OS_file_access ((filename), 4))
 \f
 static int option_summary;
 static int option_large_sizes;