[Bug 18073] VarFormat formats decimals wrongly

wine-bugs at winehq.org wine-bugs at winehq.org
Tue May 12 16:27:40 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=18073





--- Comment #5 from Gabriele Moabiti <gabmoa at yahoo.it>  2009-05-12 16:27:39 ---
Great job!!

 #.###  0.099 => .099 should be right
in my first table the mask was 0.###, my mistake!

This case instead

MASK #.###
INPUT           RESULTS
           LINUX     WIN
0.0999     .099     .1        -> wrong
0.0995     .099     .1        -> wrong
0.0994     .099     .099      -> ok

is still wrong, although it's less critical than the others one


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list