mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user