[axel-devel] [axel-Bugs][311089] Speed indicator shows B/s when labeled as MB/s

axel-bugs at alioth.debian.org axel-bugs at alioth.debian.org
Fri Sep 12 21:55:04 UTC 2008


Bugs item #311089, was opened at 2008-09-12 21:55
Status: Open
Priority: 3
Submitted By: Philipp Hagemeister (phihag-guest)
Assigned to: Nobody (None)
Summary: Speed indicator shows B/s when labeled as MB/s 


Initial Comment:
The new MB/s display actually shows B/s. The attached patch fixes the problem:

... / 1024 * 1024

should be

... / (1024 * 1024)


----------------------------------------------------------------------

You can respond by visiting: 
http://alioth.debian.org/tracker/?func=detail&atid=413085&aid=311089&group_id=100070



More information about the axel-devel mailing list