Module: wine Branch: master Commit: b4674a3c2b9cde2c2c24dee38475290ac2e6ec6e URL: http://source.winehq.org/git/wine.git/?a=commit;h=b4674a3c2b9cde2c2c24dee384...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Jun 14 14:21:12 2010 +0200
msi: Don't trace the contents of an output buffer.
---
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 ) {