(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
1 changed files with 1 additions and 1 deletions

View File

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