Skip to content

Commit

Permalink
stardard write fops for terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
C4Phone committed Dec 7, 2015
1 parent 15ac193 commit fb77429
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mp3/student-distrib/drivers/terminal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,6 @@ namespace Term
const char* cbuf = (const char*) buf;
for(i = 0; i < nbytes; i++)
{
if(cbuf[i] == 0) // end of string
return i;
nolock_putc(cbuf[i]);
}
return nbytes;
Expand Down

0 comments on commit fb77429

Please sign in to comment.