Commit f1451e66 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

Warning fix.

parent 7efd615e
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment