From: Michael Stefaniuc Subject: riched20: Print the debug string and not the pointer to it. Message-Id: <20150630073026.GN26586@redhat.com> Date: Tue, 30 Jun 2015 09:30:26 +0200 --- dlls/riched20/richole.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/riched20/richole.c b/dlls/riched20/richole.c index 907e55e..be35521 100644 --- a/dlls/riched20/richole.c +++ b/dlls/riched20/richole.c @@ -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; -- 2.4.3