mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +00:00
[SHELL32]
- Fix typo from r54845. Fixes crash in shell32:shlexec test. svn path=/trunk/; revision=56575
This commit is contained in:
parent
8b006cca18
commit
0ee2dd3bd6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue