avoid double echo

This commit is contained in:
rsc 2007-08-28 04:26:19 +00:00
parent 7834cca604
commit 51c0c1a8fe
1 changed files with 0 additions and 1 deletions

View File

@ -255,7 +255,6 @@ console_read(int minor, char *dst, int n)
break;
}
*dst++ = c;
cons_putc(c);
--n;
if(c == '\n')
break;