Fix tracing code.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35989 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e45fc8563b
commit
5f69c35f32
@ -1823,7 +1823,7 @@ tty_input_read(tty_cookie* cookie, void* _buffer, size_t* _length)
|
||||
// Non-blocking mode. Handle VMIN and VTIME.
|
||||
bytesNeeded = tty->settings->termios.c_cc[VMIN];
|
||||
bigtime_t vtime = tty->settings->termios.c_cc[VTIME] * 100000;
|
||||
TRACE(("tty_input_read: icanon vmin %lu, vtime %Ldus\n", vmin,
|
||||
TRACE(("tty_input_read: icanon vmin %lu, vtime %Ldus\n", bytesNeeded,
|
||||
vtime));
|
||||
|
||||
if (bytesNeeded == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user