Fixed bug in FTP type command.

git-svn-id: svn://kolibrios.org@2878 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2012-07-17 22:01:08 +00:00
parent eda11ddd36
commit ffd03b26b7

View File

@ -1074,6 +1074,8 @@ cmdTYPE:
je .telnet
cmp al, 'C'
je .asacc
cmp al, 0x20
jb .non_print
jmp parse_cmd.error