mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +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 );
|
||||
|
||||
total_up += up;
|
||||
total_down += up;
|
||||
total_down += down;
|
||||
total_size += sizeWhenDone - leftUntilDone;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue