Warning fix.

This commit is contained in:
Gerald Pfeifer 2002-06-04 00:52:01 +00:00 committed by Alexandre Julliard
parent 7efd615e4f
commit f1451e6650
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ STATUSBAR_SetTextT (STATUSWINDOWINFO *infoPtr, INT nPart, WORD style,
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));