shell fix

This commit is contained in:
Ali Mashtizadeh 2023-10-04 16:48:27 -04:00
parent 462a92cf1a
commit e3711df1cb

View File

@ -102,7 +102,7 @@ DispatchCommand(char *buf)
{
int i;
int argc;
char *argv[SHELL_MAX_ARGS];
char *argv[SHELL_MAX_ARGS+1];
char *nextArg;
// Remove newline