26 Nov
2009
26 Nov
'09
15:32
http://bugzilla.novell.com/show_bug.cgi?id=537870 http://bugzilla.novell.com/show_bug.cgi?id=537870#c11 --- Comment #11 from Michael Andres <ma@novell.com> 2009-11-26 15:32:02 UTC --- (In reply to comment #8)
@ma: ByteCount does not have a floating point constructor - "3.9MiBs" would loose its 0.9 megs if i used ByteCount(3.9, ByteCount::M)
You can do ByteCount( 3.9 * ByteCount::M.factor() ). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.