From ad44ac84c8c08fae9990adaf2fbed23fa80317ae Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 4 Dec 1996 01:21:28 +0000 Subject: [PATCH] (print_color_indicator): Initialize EXT to NULL. --- src/ls.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ls.c b/src/ls.c index b64cf886b9..182175eee7 100644 --- a/src/ls.c +++ b/src/ls.c @@ -2405,6 +2405,7 @@ print_color_indicator (const char *name, unsigned int mode, int linkok) type = C_EXEC; /* Check the file's suffix only if still classified as C_FILE. */ + ext = NULL; if (type == C_FILE) { /* Test if NAME has a recognized suffix. */ -- 2.47.2