avoid double echo
This commit is contained in:
parent
7834cca604
commit
51c0c1a8fe
1 changed files with 0 additions and 1 deletions
|
@ -255,7 +255,6 @@ console_read(int minor, char *dst, int n)
|
|||
break;
|
||||
}
|
||||
*dst++ = c;
|
||||
cons_putc(c);
|
||||
--n;
|
||||
if(c == '\n')
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue