mshtml: Print the debug string and not the pointer to it.
This commit is contained in:
parent
4df6fe1246
commit
e6a30efe70
@ -392,7 +392,7 @@ static HRESULT WINAPI HTMLAnchorElement_get_protocol(IHTMLAnchorElement *iface,
|
|||||||
static HRESULT WINAPI HTMLAnchorElement_put_search(IHTMLAnchorElement *iface, BSTR v)
|
static HRESULT WINAPI HTMLAnchorElement_put_search(IHTMLAnchorElement *iface, BSTR v)
|
||||||
{
|
{
|
||||||
HTMLAnchorElement *This = impl_from_IHTMLAnchorElement(iface);
|
HTMLAnchorElement *This = impl_from_IHTMLAnchorElement(iface);
|
||||||
FIXME("(%p)->(%p)\n", This, debugstr_w(v));
|
FIXME("(%p)->(%s)\n", This, debugstr_w(v));
|
||||||
return E_NOTIMPL;
|
return E_NOTIMPL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user