mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 17:02:56 +08:00
Fixed command line size
svn path=/trunk/; revision=1597
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user