wordpad: Use winelib's sprintfW for floating point formatting.

Dylan Smith dylan.ah.smith at gmail.com
Thu Jan 8 12:15:33 CST 2009


This fixes a regression introduced by commit
ef23ef93357689335749310957f68a3ad9179d4a

That commit changed a call from sprintfW to wsprintfW, however the
format string uses %f to convert a floating point number to a string,
which isn't implemented in wsprintfW. This patch simply reverts this
change back to calling sprintfW.
---
 programs/wordpad/wordpad.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-wordpad-Use-winelib-s-sprintfW-for-floating-poin.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20090108/2458ecaf/attachment.txt 


More information about the wine-patches mailing list