mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[SHELL32]
- Fix typo from r54845. Fixes crash in shell32:shlexec test. svn path=/trunk/; revision=56575
This commit is contained in:
@@ -1501,7 +1501,7 @@ static UINT_PTR SHELL_quote_and_execute(LPCWSTR wcmd, LPCWSTR wszParameters, LPC
|
||||
strcatW(wszQuotedCmd, L"\"");
|
||||
if (wszParameters[0])
|
||||
{
|
||||
strcatW(wszQuotedCmd, " ");
|
||||
strcatW(wszQuotedCmd, L" ");
|
||||
strcatW(wszQuotedCmd, wszParameters);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user