Author: hbelusca
Date: Sun Apr 26 17:50:38 2015
New Revision: 67443
URL:
http://svn.reactos.org/svn/reactos?rev=67443&view=rev
Log:
Forgot this change too.
Modified:
trunk/rostests/apitests/msvcrt/CommandLine.c
Modified: trunk/rostests/apitests/msvcrt/CommandLine.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/msvcrt/CommandLi…
==============================================================================
--- trunk/rostests/apitests/msvcrt/CommandLine.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/msvcrt/CommandLine.c [iso-8859-1] Sun Apr 26 17:50:38 2015
@@ -304,7 +304,7 @@
else
UtilityProgramDirectory[0] = 0; /* Suppress the executable.exe name */
- wcscat(UtilityProgramDirectory, L"data\\CmdLineUtil.exe");
+ wcscat(UtilityProgramDirectory, L"testdata\\CmdLineUtil.exe");
/* Close the opened quote if needed. */
if (UtilityProgramDirectory[0] == L'"') wcscat(UtilityProgramDirectory,
L"\"");