From: Charles Kerr Date: Fri, 27 Feb 2009 15:59:09 +0000 (+0000) Subject: (trunk daemon) #1833: sum-total line of speed up & down columns at the end of transmi... X-Git-Tag: 1.60~319 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec639cb34bfa7175f5e60bfb9332a0bc21db51aa;p=transmission (trunk daemon) #1833: sum-total line of speed up & down columns at the end of transmission-remote -l --- diff --git a/daemon/remote.c b/daemon/remote.c index 5a80566be..389e28920 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -1198,7 +1198,7 @@ printTorrentList( tr_benc * top ) name ); total_up += up; - total_down += up; + total_down += down; total_size += sizeWhenDone - leftUntilDone; } }