mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:46:13 +00:00
[SHELL32]
Fix a trace message, noticed by Edijus svn path=/trunk/; revision=56345
This commit is contained in:
parent
c001d46f1c
commit
847a74660e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue