mshtml: Print the debug string and not the pointer to it.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
35ee15eab3
commit
be74418c8c
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue