msi: Print the string and not the pointer in a TRACE.

Michael Stefaniuc mstefani at redhat.de
Mon Sep 19 14:24:11 CDT 2011


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

diff --git a/dlls/msi/install.c b/dlls/msi/install.c
index de9c0ce..c69723c 100644
--- a/dlls/msi/install.c
+++ b/dlls/msi/install.c
@@ -489,7 +489,7 @@ UINT WINAPI MsiGetSourcePathA( MSIHANDLE hInstall, LPCSTR szFolder,
     awstring str;
     UINT r;
 
-    TRACE("%s %p %p\n", debugstr_a(szFolder), debugstr_a(szPathBuf), pcchPathBuf);
+    TRACE("%s %s %p\n", debugstr_a(szFolder), debugstr_a(szPathBuf), pcchPathBuf);
 
     str.unicode = FALSE;
     str.str.a = szPathBuf;
-- 
1.7.6.1



More information about the wine-patches mailing list