Module: wine Branch: master Commit: b05cc8c0a6bfd1da6ac535bd0ab395044b1baa0d URL: http://source.winehq.org/git/wine.git/?a=commit;h=b05cc8c0a6bfd1da6ac535bd0a...
Author: Michael Stefaniuc mstefani@redhat.de Date: Tue Jun 30 09:30:26 2015 +0200
riched20: Print the debug string and not the pointer to it.
---
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;