PATCH: dlls/comctl32/status.c printf format string fix

Gerald Pfeifer pfeifer at dbai.tuwien.ac.at
Mon Jun 3 02:11:55 CDT 2002


(Verified on SuSE Linux 8.0 and FreeBSD 4.5-RELEASE.)

Gerald

ChangeLog:
Fix printf format string.

Index: status.c
===================================================================
RCS file: /home/wine/wine/dlls/comctl32/status.c,v
retrieving revision 1.47
diff -u -3 -p -r1.47 status.c
--- status.c	31 May 2002 23:25:44 -0000	1.47
+++ status.c	3 Jun 2002 06:03:36 -0000
@@ -632,7 +632,7 @@ STATUSBAR_SetTextT (STATUSWINDOWINFO *in
     BOOL changed = FALSE;

     if (style & SBT_OWNERDRAW) {
-         TRACE("part %d, text %x\n",nPart,text);
+         TRACE("part %d, text %p\n",nPart,text);
     }
     else TRACE("part %d, text %s\n", nPart, debugstr_t(text, isW));





More information about the wine-patches mailing list