mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
fixed handling of enter with blank line, also by my good pal, jim4
svn path=/trunk/; revision=832
This commit is contained in:
parent
5716745a13
commit
9530a7d656
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ void ExecuteCommand(char* line)
|
|||
cmd = line;
|
||||
|
||||
|
||||
if (cmd==NULL)
|
||||
if (cmd==NULL || *cmd == '\0' )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue