mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 23:48:12 +00:00
[MSVCRT:APITEST]
Update a comment. No code changes. svn path=/trunk/; revision=57533
This commit is contained in:
parent
19ae6e426e
commit
a25199df2a
1 changed files with 2 additions and 1 deletions
|
@ -135,6 +135,7 @@ static void Test_CommandLine(IN ULONG TestNumber,
|
||||||
if (TestCase->bEncloseProgramNameInQuotes && bWasntInQuotes)
|
if (TestCase->bEncloseProgramNameInQuotes && bWasntInQuotes)
|
||||||
wcscat(CmdLine, L"\"");
|
wcscat(CmdLine, L"\"");
|
||||||
|
|
||||||
|
/* Add a separating space and copy the tested command line parameters. */
|
||||||
wcscat(CmdLine, L" ");
|
wcscat(CmdLine, L" ");
|
||||||
wcscat(CmdLine, TestCase->CmdLine);
|
wcscat(CmdLine, TestCase->CmdLine);
|
||||||
|
|
||||||
|
@ -306,7 +307,7 @@ START_TEST(CommandLine)
|
||||||
|
|
||||||
wcscat(UtilityProgramDirectory, L"data\\CmdLineUtil.exe");
|
wcscat(UtilityProgramDirectory, L"data\\CmdLineUtil.exe");
|
||||||
|
|
||||||
/* Close the opened quote if needed, and add a separating space */
|
/* Close the opened quote if needed. */
|
||||||
if (UtilityProgramDirectory[0] == L'"') wcscat(UtilityProgramDirectory, L"\"");
|
if (UtilityProgramDirectory[0] == L'"') wcscat(UtilityProgramDirectory, L"\"");
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue