forked from KolibriOS/kolibrios
Fixed bug in FTP type command.
git-svn-id: svn://kolibrios.org@2878 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
eda11ddd36
commit
ffd03b26b7
@ -1074,6 +1074,8 @@ cmdTYPE:
|
|||||||
je .telnet
|
je .telnet
|
||||||
cmp al, 'C'
|
cmp al, 'C'
|
||||||
je .asacc
|
je .asacc
|
||||||
|
cmp al, 0x20
|
||||||
|
jb .non_print
|
||||||
|
|
||||||
jmp parse_cmd.error
|
jmp parse_cmd.error
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user