mirror of
https://github.com/transmission/transmission
synced 2024-12-25 09:13:06 +00:00
(trunk daemon) #1833: sum-total line of speed up & down columns at the end of transmission-remote -l
This commit is contained in:
parent
288f38e1fb
commit
ec639cb34b
1 changed files with 1 additions and 1 deletions
|
@ -1198,7 +1198,7 @@ printTorrentList( tr_benc * top )
|
||||||
name );
|
name );
|
||||||
|
|
||||||
total_up += up;
|
total_up += up;
|
||||||
total_down += up;
|
total_down += down;
|
||||||
total_size += sizeWhenDone - leftUntilDone;
|
total_size += sizeWhenDone - leftUntilDone;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue