1
Fork 0
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:
Sylvestre Ledru 2023-09-20 22:00:38 +02:00
parent 1d10e0c674
commit 8db6146dd3

View file

@ -95,7 +95,6 @@ pub fn add_total(total_len: usize, dired: &mut DiredOutput) {
dired.just_printed_total = true; dired.just_printed_total = true;
dired.dired_positions.push(BytePosition { dired.dired_positions.push(BytePosition {
start: 0, start: 0,
// the 2 is from the trailing spaces
// the 1 is from the line ending (\n) // the 1 is from the line ending (\n)
end: total_len + DIRED_TRAILING_OFFSET - 1, end: total_len + DIRED_TRAILING_OFFSET - 1,
}); });