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

This commit is contained in:
Michael Stefaniuc 2015-06-30 09:30:26 +02:00 committed by Alexandre Julliard
parent 51144d6a6d
commit b05cc8c0a6
1 changed files with 1 additions and 1 deletions

View File

@ -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;