diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-08-29 14:29:09 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-08-29 14:29:09 +0000 |
| commit | 872b3fe268b07ca92c2fcaeb408ba7fdab338ef4 (patch) | |
| tree | eff3bc7c1261dde1a47311959a48286417cc623b | |
| parent | d1d578b2cddfab421d7e9888e18032ed466eff82 (diff) | |
Notes
| -rw-r--r-- | bin/ls/print.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ls/print.c b/bin/ls/print.c index 136012d2f529..c6f15d3f7438 100644 --- a/bin/ls/print.c +++ b/bin/ls/print.c @@ -306,8 +306,7 @@ printcol(DISPLAY *dp) if (dp->list->fts_level != FTS_ROOTLEVEL && (f_longform || f_size)) (void)printf("total %lu\n", howmany(dp->btotal, blocksize)); - if (f_sortacross) - base = 0; + base = 0; for (row = 0; row < numrows; ++row) { endcol = colwidth; if (!f_sortacross) |
