shell fix
This commit is contained in:
parent
462a92cf1a
commit
e3711df1cb
@ -102,7 +102,7 @@ DispatchCommand(char *buf)
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
int argc;
|
int argc;
|
||||||
char *argv[SHELL_MAX_ARGS];
|
char *argv[SHELL_MAX_ARGS+1];
|
||||||
char *nextArg;
|
char *nextArg;
|
||||||
|
|
||||||
// Remove newline
|
// Remove newline
|
||||||
|
Loading…
Reference in New Issue
Block a user