mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:52:57 +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"\"");
|
strcatW(wszQuotedCmd, L"\"");
|
||||||
if (wszParameters[0])
|
if (wszParameters[0])
|
||||||
{
|
{
|
||||||
strcatW(wszQuotedCmd, " ");
|
strcatW(wszQuotedCmd, L" ");
|
||||||
strcatW(wszQuotedCmd, wszParameters);
|
strcatW(wszQuotedCmd, wszParameters);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue