* bonefish is getting sloppy: applied r39584 to console.cpp as well :-)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39586 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2010-11-23 17:15:25 +00:00
parent e9e3be37f9
commit 297a8ac7d2

View File

@ -607,7 +607,7 @@ _console_write(struct console_desc *console, const void *buffer, size_t length)
break;
default:
process_vt100_command(console, *c, true, console->args,
console->arg_count + 1);
0);
console->state = CONSOLE_STATE_NORMAL;
break;
}