1
0
Fork 0
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:
Charles Kerr 2009-02-27 15:59:09 +00:00
parent 288f38e1fb
commit ec639cb34b

View file

@ -1198,7 +1198,7 @@ printTorrentList( tr_benc * top )
name );
total_up += up;
total_down += up;
total_down += down;
total_size += sizeWhenDone - leftUntilDone;
}
}