Andrew Eikum : oleaut32: Fix TRACE.

Alexandre Julliard julliard at winehq.org
Mon Sep 9 16:08:09 CDT 2013


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

Author: Andrew Eikum <aeikum at codeweavers.com>
Date:   Mon Sep  9 08:45:28 2013 -0500

oleaut32: Fix TRACE.

---

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

diff --git a/dlls/oleaut32/typelib.c b/dlls/oleaut32/typelib.c
index 476f089..328e28a 100644
--- a/dlls/oleaut32/typelib.c
+++ b/dlls/oleaut32/typelib.c
@@ -5357,7 +5357,7 @@ static HRESULT WINAPI ITypeLibComp_fnBind(
     ITypeLibImpl *This = impl_from_ITypeComp(iface);
     int typemismatch=0, i;
 
-    TRACE("(%s, 0x%x, 0x%x, %p, %p, %p)\n", debugstr_w(szName), lHash, wFlags, ppTInfo, pDescKind, pBindPtr);
+    TRACE("(%p)->(%s, 0x%x, 0x%x, %p, %p, %p)\n", This, debugstr_w(szName), lHash, wFlags, ppTInfo, pDescKind, pBindPtr);
 
     *pDescKind = DESCKIND_NONE;
     pBindPtr->lptcomp = NULL;




More information about the wine-cvs mailing list