diff options
Diffstat (limited to 'bin/ls')
-rw-r--r-- | bin/ls/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ls/print.c b/bin/ls/print.c index d03a2fd..86cf445 100644 --- a/bin/ls/print.c +++ b/bin/ls/print.c @@ -500,7 +500,7 @@ char *cs; fprintf(stderr, "error: invalid character '%c' in LSCOLORS" " env var\n", c[j]); - colors[i].num[j] = defcolors[2*i+j]-'0'; + colors[i].num[j] = -1; } } } |