From 1a0d9ea086566b43e856fdfd59af0b6916c511ce Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 2 Dec 2000 20:55:25 +0000 Subject: add back the parens Paul removed :-) --- src/ls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3-54-g00ecf