mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Fixed command line size
svn path=/trunk/; revision=1597
This commit is contained in:
parent
a34348ef4e
commit
a7772a9954
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ INT cmd_start (LPTSTR first, LPTSTR rest)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* exec the program */
|
/* exec the program */
|
||||||
TCHAR szFullCmdLine [1024];
|
TCHAR szFullCmdLine [CMDLINE_LENGTH];
|
||||||
PROCESS_INFORMATION prci;
|
PROCESS_INFORMATION prci;
|
||||||
STARTUPINFO stui;
|
STARTUPINFO stui;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue