[1/2] msi: Don't trace the contents of an output buffer.

Hans Leidekker hans at codeweavers.com
Mon Jun 14 07:21:12 CDT 2010


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

diff --git a/dlls/msi/msi.c b/dlls/msi/msi.c
index def6a00..3e6a556 100644
--- a/dlls/msi/msi.c
+++ b/dlls/msi/msi.c
@@ -825,7 +825,7 @@ UINT WINAPI MsiGetProductCodeA(LPCSTR szComponent, LPSTR szBuffer)
     UINT r;
     WCHAR szwBuffer[GUID_SIZE];
 
-    TRACE("%s %s\n",debugstr_a(szComponent), debugstr_a(szBuffer));
+    TRACE("%s %p\n", debugstr_a(szComponent), szBuffer);
 
     if( szComponent )
     {
-- 
1.7.0.4







More information about the wine-patches mailing list