[Bug 11608] New: printf("%Lf") broken

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Feb 16 16:18:02 CST 2008


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 at winehq.org
        ReportedBy: muntyan at 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;
}


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