[Bug 28422] scanf family of functions provides only 7 digits of precision for converting doubles and long doubles

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Nov 4 13:12:38 CST 2012


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

--- Comment #14 from Piotr Caban <piotr.caban at gmail.com> 2012-11-04 13:12:38 CST ---
This patch uses powl that is not available in C89. Also it doesn't really fix
the problem, scanf also needs to use fpcontrol functions in similar way as
strtod.

-- 
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