PATCH: usp10 scriptitemize debugoutput

Marcus Meissner marcus at jet.franken.de
Sun Apr 2 05:41:02 CDT 2006


Hi,

Not \0 terminated strings.

Ciao, Marcus

Changelog:
	Fixed debugoutput of ScriptItemize.

Index: dlls/usp10/usp10.c
===================================================================
RCS file: /home/wine/wine/dlls/usp10/usp10.c,v
retrieving revision 1.16
diff -u -r1.16 usp10.c
--- dlls/usp10/usp10.c	24 Feb 2006 20:31:09 -0000	1.16
+++ dlls/usp10/usp10.c	2 Apr 2006 10:40:19 -0000
@@ -169,7 +169,7 @@
     /* 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-patches mailing list