Jon Griffiths jon_p_griffiths@yahoo.com writes:
+dlls/shlwapi/wsprintf.c dlls/user/wsprintf.c Add decimal double (%f) format specifier to *printf functions.
These functions are not supposed to handle %f. If you need %f you have to use the real sprintf, not the wsprintf variants.