Marcus Meissner : usp10: Fixed debug output of ScriptItemize.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Apr 3 05:33:59 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 6a13925a1692fffa82053aa9ae96dd5bb29120fe
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=6a13925a1692fffa82053aa9ae96dd5bb29120fe

Author: Marcus Meissner <marcus at jet.franken.de>
Date:   Sun Apr  2 12:41:02 2006 +0200

usp10: Fixed debug output of ScriptItemize.

---

 dlls/usp10/usp10.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/usp10/usp10.c b/dlls/usp10/usp10.c
index c02689d..7299968 100644
--- a/dlls/usp10/usp10.c
+++ b/dlls/usp10/usp10.c
@@ -169,7 +169,7 @@ HRESULT WINAPI ScriptItemize(const WCHAR
     /* This implementation currently treats the entire string represented in 
      * pwcInChars as a single entity.  Hence pcItems will be set to 1.          */
 
-    FIXME("%s,%d,%d,%p,%p,%p,%p: semi-stub\n", debugstr_w(pwcInChars), cInChars, cMaxItems, 
+    FIXME("%s,%d,%d,%p,%p,%p,%p: semi-stub\n", debugstr_wn(pwcInChars, cInChars), cInChars, cMaxItems, 
           psControl, psState, pItems, pcItems);
 
     if (!pwcInChars || !cInChars || !pItems || cMaxItems < 2)




More information about the wine-cvs mailing list