mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01:00
Fix a warning of "possibly used before initialisation".
Reviewed by: tjr
This commit is contained in:
parent
d1d578b2cd
commit
872b3fe268
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102577
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user