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

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

parent 51144d6a
......@@ -2368,7 +2368,7 @@ static HRESULT WINAPI ITextRange_fnCanPaste(ITextRange *me, VARIANT *v, LONG for
{
ITextRangeImpl *This = impl_from_ITextRange(me);
FIXME("(%p)->(%p %x %p): stub\n", This, debugstr_variant(v), format, ret);
FIXME("(%p)->(%s %x %p): stub\n", This, debugstr_variant(v), format, ret);
if (!This->child.reole)
return CO_E_RELEASED;
......
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