mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[SHELL32]
Remove trailing backslash in shellink working dir Patch by Edijs Kolesnikovics (terminedijs at yahoo dot com) See issue #7000 for more details. svn path=/trunk/; revision=56344
This commit is contained in:
parent
b4d5aaed08
commit
c001d46f1c
1 changed files with 1 additions and 0 deletions
|
@ -583,6 +583,7 @@ HRESULT WINAPI CShellLink::Load(IStream *stm)
|
|||
if (hdr.dwFlags & SLDF_HAS_WORKINGDIR)
|
||||
{
|
||||
hr = Stream_LoadString(stm, unicode, &sWorkDir);
|
||||
PathRemoveBackslash(sWorkDir);
|
||||
TRACE("Working Dir -> %s\n", debugstr_w(sWorkDir));
|
||||
}
|
||||
if (FAILED(hr))
|
||||
|
|
Loading…
Reference in a new issue