summaryrefslogtreecommitdiffstats
path: root/color.c
diff options
context:
space:
mode:
Diffstat (limited to 'color.c')
-rw-r--r--color.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/color.c b/color.c
index 78d6e99..3f56b4f 100644
--- a/color.c
+++ b/color.c
@@ -86,6 +86,7 @@ struct colors *parse_colors(const char *ls_colors) {
colors->warning = "40;33;01";
colors->error = "40;31;01";
colors->ext_list = NULL;
+ colors->data = NULL;
if (ls_colors) {
colors->data = strdup(ls_colors);