http://bugs.winehq.org/show_bug.cgi?id=2075
------- Additional Comments From didier.link@wanadoo.fr 2005-26-09 14:35 ------- The test suite is now passed for this specific format issue with the fix incorporated in wine-20050830 release. Here the output of the test :
didier@neutrino ~/temp/wine/wine-20050830/dlls/msvcrt/tests $ make check ../../../tools/runtest -q -P wine -M msvcrt.dll -T ../../.. -p msvcrt_test.exe.so printf.c && touch printf.ok printf.c:45: Test succeeded inside todo block: Problem with long long printf.c:46: Test succeeded inside todo block: return count wrong printf.c:51: Test failed: Problem with "ll" interpretation printf.c:52: Test failed: return count wrong printf.c:296: Test succeeded inside todo block: Problem with long long make: *** [printf.ok] Erreur 5
The 2 tests succeeded in todo block are for the "I64d" format.
I investigate to test the patch with Warcraft III for confirm the resolution.
Thanks !