1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

Fix one conditionalization in my prev. commit

This commit is contained in:
Andrey A. Chernov 2000-06-06 13:02:52 +00:00
parent 22ff3e9e29
commit 18d8a22b61
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61338

View File

@ -528,9 +528,10 @@ display(p, list)
case 5: maxflags = 0;
case 6: maxsize = 0;
case 7: maxlen = 0;
#ifndef COLORLS
f_notabs = 0;
#ifdef COLORLS
if (!f_color)
#endif
f_notabs = 0;
}
maxinode = makenines(maxinode);
maxblock = makenines(maxblock);