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

Michael Stefaniuc mstefani at redhat.de
Tue Jun 30 02:30:26 CDT 2015


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



More information about the wine-patches mailing list