summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-02 20:55:25 +0000
committerJim Meyering <jim@meyering.net>2000-12-02 20:55:25 +0000
commit1a0d9ea086566b43e856fdfd59af0b6916c511ce (patch)
treeb79779ff8828bb3db850453c8f5a8591955be75e /src
parente49511faef949ea27e266f11030351aed935dddc (diff)
downloadcoreutils-1a0d9ea086566b43e856fdfd59af0b6916c511ce.tar.xz
add back the parens Paul removed :-)
Diffstat (limited to 'src')
-rw-r--r--src/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ls.c b/src/ls.c
index 6fb10edf5..ef504202b 100644
--- 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)