]> granicus.if.org Git - transmission/commitdiff
(trunk daemon) #1833: sum-total line of speed up & down columns at the end of transmi...
authorCharles Kerr <charles@transmissionbt.com>
Fri, 27 Feb 2009 15:59:09 +0000 (15:59 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Fri, 27 Feb 2009 15:59:09 +0000 (15:59 +0000)
daemon/remote.c

index 5a80566bed623384147802e1bc962fa5c274e522..389e289208b03fb1d696ac9a6d571e125be1ba9f 100644 (file)
@@ -1198,7 +1198,7 @@ printTorrentList( tr_benc * top )
                     name );
 
                 total_up += up;
-                total_down += up;
+                total_down += down;
                 total_size += sizeWhenDone - leftUntilDone;
             }
         }