shell32: Don't trace output string buffer contents.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2016-12-21 16:00:55 +03:00 committed by Alexandre Julliard
parent c03ea1971b
commit 490ffe7f40
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ static HRESULT WINAPI IExtractIconW_fnGetIconLocation(IExtractIconW * iface, UIN
GUID const * riid; GUID const * riid;
LPITEMIDLIST pSimplePidl = ILFindLastID(This->pidl); 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); cchMax, piIndex, pwFlags);
if (pwFlags) if (pwFlags)