http://bugs.winehq.org/show_bug.cgi?id=11608
Summary: printf("%Lf") broken Product: Wine Version: 0.9.44. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: muntyan@tamu.edu
The following program (compiled with mingw cross-compiler on linux) prints "-0.000000".
#include <stdio.h>
int main (void) { printf ("%Lf\n", (long double)1); return 0; }
http://bugs.winehq.org/show_bug.cgi?id=11608
maksim muntyan@tamu.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from maksim muntyan@tamu.edu 2008-02-16 16:46:55 --- Sorry, mingw bug.
http://bugs.winehq.org/show_bug.cgi?id=11608
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Austin English austinenglish@gmail.com 2008-09-10 13:24:59 --- Closing invalid.