Nikolay Sivov : shell32: Don't trace output string buffer contents.

Alexandre Julliard julliard at winehq.org
Wed Dec 21 16:53:43 CST 2016


Module: wine
Branch: master
Commit: 490ffe7f4081f7bac874997ba432835eea6e1fc8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=490ffe7f4081f7bac874997ba432835eea6e1fc8

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Dec 21 16:00:55 2016 +0300

shell32: Don't trace output string buffer contents.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 cf26caf..1674ad2 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)




More information about the wine-cvs mailing list