Commit b4674a3c authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi: Don't trace the contents of an output buffer.

parent e7d8fd12
...@@ -825,7 +825,7 @@ UINT WINAPI MsiGetProductCodeA(LPCSTR szComponent, LPSTR szBuffer) ...@@ -825,7 +825,7 @@ UINT WINAPI MsiGetProductCodeA(LPCSTR szComponent, LPSTR szBuffer)
UINT r; UINT r;
WCHAR szwBuffer[GUID_SIZE]; WCHAR szwBuffer[GUID_SIZE];
TRACE("%s %s\n",debugstr_a(szComponent), debugstr_a(szBuffer)); TRACE("%s %p\n", debugstr_a(szComponent), szBuffer);
if( szComponent ) if( szComponent )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment