Skip to content
Snippets Groups Projects
Commit e6a30efe authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard
Browse files

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

parent 4df6fe12
Branches
Tags
No related merge requests found
......@@ -392,7 +392,7 @@ static HRESULT WINAPI HTMLAnchorElement_get_protocol(IHTMLAnchorElement *iface,
static HRESULT WINAPI HTMLAnchorElement_put_search(IHTMLAnchorElement *iface, BSTR v)
{
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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment