Hans Leidekker : fusion: Don't trace contents of an out parameter.

Alexandre Julliard julliard at winehq.org
Thu Feb 19 09:18:52 CST 2009


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

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Thu Feb 19 14:04:58 2009 +0100

fusion: Don't trace contents of an out parameter.

---

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

diff --git a/dlls/fusion/asmname.c b/dlls/fusion/asmname.c
index b028baa..913674a 100644
--- a/dlls/fusion/asmname.c
+++ b/dlls/fusion/asmname.c
@@ -209,7 +209,7 @@ static HRESULT WINAPI IAssemblyNameImpl_GetDisplayName(IAssemblyName *iface,
 {
     IAssemblyNameImpl *name = (IAssemblyNameImpl *)iface;
 
-    TRACE("(%p, %s, %p, %d)\n", iface, debugstr_w(szDisplayName),
+    TRACE("(%p, %p, %p, %d)\n", iface, szDisplayName,
           pccDisplayName, dwDisplayFlags);
 
     if (!name->displayname || !*name->displayname)




More information about the wine-cvs mailing list