]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
add back the parens Paul removed :-)
authorJim Meyering <jim@meyering.net>
Sat, 2 Dec 2000 20:55:25 +0000 (20:55 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Dec 2000 20:55:25 +0000 (20:55 +0000)
src/ls.c

index 6fb10edf559c959bc596b49319c0e89337de36a7..ef504202bbf4d1253a4d7f08e9c6a30289c4a427 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -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)