mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
ls remove old comment
This commit is contained in:
parent
1d10e0c674
commit
8db6146dd3
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ pub fn add_total(total_len: usize, dired: &mut DiredOutput) {
|
|||
dired.just_printed_total = true;
|
||||
dired.dired_positions.push(BytePosition {
|
||||
start: 0,
|
||||
// the 2 is from the trailing spaces
|
||||
// the 1 is from the line ending (\n)
|
||||
end: total_len + DIRED_TRAILING_OFFSET - 1,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue