diff options
author | Christopher Faylor <me@cgf.cx> | 2003-01-24 04:04:20 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-01-24 04:04:20 +0000 |
commit | 1f18386eee10a05e69a94f19efb5501d92a3045d (patch) | |
tree | 191e2c2ef3f6b02a881281387b04bda54cd9ebfd /winsup/cygwin/fhandler_termios.cc | |
parent | 74c84fc2e21b0a8195f0e1461f411a36de16d5da (diff) | |
download | newlib-1f18386eee10a05e69a94f19efb5501d92a3045d.zip newlib-1f18386eee10a05e69a94f19efb5501d92a3045d.tar.gz newlib-1f18386eee10a05e69a94f19efb5501d92a3045d.tar.bz2 |
trunk merge
Diffstat (limited to 'winsup/cygwin/fhandler_termios.cc')
-rw-r--r-- | winsup/cygwin/fhandler_termios.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_termios.cc b/winsup/cygwin/fhandler_termios.cc index ee0c87d..721b2e8 100644 --- a/winsup/cygwin/fhandler_termios.cc +++ b/winsup/cygwin/fhandler_termios.cc @@ -329,7 +329,7 @@ fhandler_termios::line_edit (const char *rptr, int nread, termios& ti) if (!iscanon || input_done) { int status = accept_input (); - if (status != 1) + if (status != 1) { ret = status ? line_edit_error : line_edit_pipe_full; eat_readahead (1); |