Commit be74418c authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

mshtml: Print the debug string and not the pointer to it.

parent 35ee15ea
......@@ -2182,7 +2182,7 @@ static nsresult NSAPI nsCacheInfoChannel_GetCacheTokenCachedCharset(nsICacheInfo
static nsresult NSAPI nsCacheInfoChannel_SetCacheTokenCachedCharset(nsICacheInfoChannel *iface, const nsACString *p)
{
nsChannel *This = impl_from_nsICacheInfoChannel(iface);
FIXME("(%p)->(%p)\n", This, debugstr_nsacstr(p));
FIXME("(%p)->(%s)\n", This, debugstr_nsacstr(p));
return E_NOTIMPL;
}
......
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