shell32: Use debugstr_w() in TRACE() message.

Andrey Gusev andrey.goosev at gmail.com
Thu Jul 21 11:01:46 CDT 2016


-------------- next part --------------
From 8374fb6a944a524355bbe421223a56ce811b8648 Mon Sep 17 00:00:00 2001
Message-Id: <8374fb6a944a524355bbe421223a56ce811b8648.1469116876.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Thu, 21 Jul 2016 19:01:02 +0300
Subject: [PATCH] shell32: Use debugstr_w() in TRACE() message.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.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 34e5142..a8e567d 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 %p %u %p %p)\n", This, uFlags, szIconFile, cchMax, piIndex, pwFlags);
+	TRACE("(%p) (flags=%u %s %u %p %p)\n", This, uFlags, debugstr_w(szIconFile), cchMax, piIndex, pwFlags);
 
 	if (pwFlags)
 	  *pwFlags = 0;
-- 
2.5.5



More information about the wine-patches mailing list