http://bugs.winehq.org/show_bug.cgi?id=2075
------- Additional Comments From didier.link@wanadoo.fr 2005-07-07 07:49 ------- The todo_wine test is in place in msvcrt.dll test suite for this case.
If i comment the "todo_wine" lines for run a "normal" test in printf.c, it fail with the "%I64d" format as expected since this bug is always present in the last wine snapshot (20050628).
Maybe it's a good idea to implement a special case for I64 and I32 in dlls/msvcrt/wcs.c, like %n for example in the function pf_vsnprintf ?
If it's the good place to implement this feature maybe I can do a patch for close this bug ?
Any comments ?