hhctrl.ocx: Add casts to pointer differences in traces.

This commit is contained in:
Alexandre Julliard 2010-04-09 16:14:28 +02:00
parent 5b1f6614ed
commit d76d32411a
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ int WINAPI doWinMain(HINSTANCE hInstance, LPSTR szCmdLine)
}
else
{
FIXME("Unhandled HTML Help command line parameter! (%.*s)\n", space-szCmdLine, szCmdLine);
FIXME("Unhandled HTML Help command line parameter! (%.*s)\n", (int)(space-szCmdLine), szCmdLine);
return 0;
}
}