Michael Stefaniuc : shlwapi: Print the debug string and not the pointer to it.

Alexandre Julliard julliard at winehq.org
Mon Mar 26 12:29:32 CDT 2012


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Wed Mar 21 23:40:08 2012 +0100

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

---

 dlls/shlwapi/ordinal.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shlwapi/ordinal.c b/dlls/shlwapi/ordinal.c
index 01adaa9..78cd02d 100644
--- a/dlls/shlwapi/ordinal.c
+++ b/dlls/shlwapi/ordinal.c
@@ -1435,7 +1435,7 @@ HRESULT WINAPI IUnknown_GetClassID(IUnknown *lpUnknown, CLSID* lpClassId)
   IPersist* lpPersist;
   HRESULT hRet = E_FAIL;
 
-  TRACE("(%p,%p)\n", lpUnknown, debugstr_guid(lpClassId));
+  TRACE("(%p,%s)\n", lpUnknown, debugstr_guid(lpClassId));
 
   if (lpUnknown)
   {




More information about the wine-cvs mailing list