[PATCH 1/2] shell32: Don't trace output string buffer contents

Nikolay Sivov nsivov at codeweavers.com
Wed Dec 21 07:00:55 CST 2016


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/shell32/folders.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/shell32/folders.c b/dlls/shell32/folders.c
index cf26caf8b0..1674ad2eca 100644
--- a/dlls/shell32/folders.c
+++ b/dlls/shell32/folders.c
@@ -198,7 +198,7 @@ static HRESULT WINAPI IExtractIconW_fnGetIconLocation(IExtractIconW * iface, UIN
 	GUID const * riid;
 	LPITEMIDLIST	pSimplePidl = ILFindLastID(This->pidl);
 
-	TRACE("(%p) (flags=%u, %s, %u, %p, %p)\n", This, uFlags, debugstr_w(szIconFile),
+	TRACE("(%p) (flags=%u, %p, %u, %p, %p)\n", This, uFlags, szIconFile,
                 cchMax, piIndex, pwFlags);
 
 	if (pwFlags)
-- 
2.11.0




More information about the wine-patches mailing list