Fixed command line size

svn path=/trunk/; revision=1597
This commit is contained in:
Eric Kohl 2001-02-03 10:36:11 +00:00
parent a34348ef4e
commit a7772a9954

View file

@ -70,7 +70,7 @@ INT cmd_start (LPTSTR first, LPTSTR rest)
else
{
/* exec the program */
TCHAR szFullCmdLine [1024];
TCHAR szFullCmdLine [CMDLINE_LENGTH];
PROCESS_INFORMATION prci;
STARTUPINFO stui;