aMule Bug Tracker - aMule
View Issue Details
0000892aMuleFeature Requestpublic2006-05-13 10:242009-09-11 18:49
arichy 
sturedman 
normalfeaturealways
resolvedfixed 
SVN 
 
Any
0000892: show data sizes >= 1,0 GB with three positions after decimal point
because like that one can see more accurate the size (in MB).
E.G. 1,724 GB
No tags attached.
Issue History
2006-05-13 10:24arichyNew Issue
2006-05-13 10:24arichyOperating System => Any
2008-07-09 15:35WuischkeStatusnew => acknowledged
2009-05-29 20:56sturedmanNote Added: 0003155
2009-05-29 20:56sturedmanAssigned To => sturedman
2009-05-29 20:56sturedmanStatusacknowledged => resolved
2009-05-29 20:56sturedmanResolutionopen => fixed
2009-05-29 20:56sturedmanDescription Updated
2009-09-11 16:05arichyNote Added: 0003291
2009-09-11 16:05arichyStatusresolved => feedback
2009-09-11 16:05arichyResolutionfixed => reopened
2009-09-11 18:49sturedmanNote Added: 0003292
2009-09-11 18:49sturedmanStatusfeedback => resolved
2009-09-11 18:49sturedmanResolutionreopened => fixed
2009-09-11 18:49sturedmanProduct Version2.1.1 => SVN

Notes
(0003155)
sturedman   
2009-05-29 20:56   
Fixed in 9637.
(0003291)
arichy   
2009-09-11 16:05   
Because it's still not solved I have this patch in OtherFunctions.cpp:

118c118
< return wxString::Format( wxT("%.2f "), (float)((uint32)(count/1024))/1048576) + _("GB") ;
---
> return wxString::Format( wxT("%.3f "), (float)((uint32)(count/1024))/1048576) + _("GB") ;
(0003292)
sturedman   
2009-09-11 18:49   
It was solved, but only in the SVN version. I've backported it tio 2.2.x (9795), so it will be in 2.2.6 too.