Skip to content
Snippets Groups Projects
Commit f1451e66 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard
Browse files

Warning fix.

parent 7efd615e
No related branches found
Tags wine-950319
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment