[SHELL32]

Fix a trace message, noticed by Edijus

svn path=/trunk/; revision=56345
This commit is contained in:
Timo Kreuzer 2012-04-14 12:10:02 +00:00
parent c001d46f1c
commit 847a74660e

View file

@ -592,7 +592,7 @@ HRESULT WINAPI CShellLink::Load(IStream *stm)
if (hdr.dwFlags & SLDF_HAS_ARGS)
{
hr = Stream_LoadString(stm, unicode, &sArgs);
TRACE("Working Dir -> %s\n", debugstr_w(sArgs));
TRACE("Arguments -> %s\n", debugstr_w(sArgs));
}
if (FAILED(hr))
goto end;