add back the parens Paul removed :-)

This commit is contained in:
Jim Meyering
2000-12-02 20:55:25 +00:00
parent e49511faef
commit 1a0d9ea086
+1 -1
View File
@@ -1900,7 +1900,7 @@ gobble_file (const char *name, enum filetype type, int explicit_arg,
#if USE_ACL
if (! S_ISLNK (files[files_index].stat.st_mode))
files[files_index].have_acl = 4 < acl (path, GETACLCNT, 0, NULL);
files[files_index].have_acl = (4 < acl (path, GETACLCNT, 0, NULL));
#endif
if (S_ISLNK (files[files_index].stat.st_mode)