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;
|
break;
|
||||||
}
|
}
|
||||||
*dst++ = c;
|
*dst++ = c;
|
||||||
cons_putc(c);
|
|
||||||
--n;
|
--n;
|
||||||
if(c == '\n')
|
if(c == '\n')
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue