Michael Stefaniuc : scrrun: Print the debug string instead of the pointer value.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Mar 24 10:00:44 CDT 2015


Module: wine
Branch: master
Commit: 6ab6564b9fd760a71591d16f40507ce674dc107f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6ab6564b9fd760a71591d16f40507ce674dc107f

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Tue Mar 24 10:02:45 2015 +0100

scrrun: Print the debug string instead of the pointer value.

---

 dlls/scrrun/dictionary.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/scrrun/dictionary.c b/dlls/scrrun/dictionary.c
index cce8a37..631d0b0 100644
--- a/dlls/scrrun/dictionary.c
+++ b/dlls/scrrun/dictionary.c
@@ -671,7 +671,7 @@ static HRESULT WINAPI dictionary_Remove(IDictionary *iface, VARIANT *key)
     dictionary *This = impl_from_IDictionary(iface);
     struct keyitem_pair *pair;
 
-    TRACE("(%p)->(%p)\n", This, debugstr_variant(key));
+    TRACE("(%p)->(%s)\n", This, debugstr_variant(key));
 
     if (!(pair = get_keyitem_pair(This, key)))
         return CTL_E_ELEMENT_NOT_FOUND;




More information about the wine-cvs mailing list