mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
parent
6f0c2938e8
commit
6ba2f08cea
1 changed files with 4 additions and 4 deletions
|
|
@ -547,12 +547,12 @@ main(int argc, char *argv[])
|
|||
#endif
|
||||
|
||||
/*
|
||||
* If not -F, -i, -l, -s, -S or -t options, don't require stat
|
||||
* information, unless in color mode in which case we do
|
||||
* need this to determine which colors to display.
|
||||
* If not -F, -i, -l, -s, -S, -t or --group-directories options,
|
||||
* don't require stat information, unless in color mode in which case
|
||||
* we do need this to determine which colors to display.
|
||||
*/
|
||||
if (!f_inode && !f_longform && !f_size && !f_timesort &&
|
||||
!f_sizesort && !f_type
|
||||
!f_sizesort && !f_type && f_groupdir == GRP_NONE
|
||||
#ifdef COLORLS
|
||||
&& !f_color
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue