diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index b9c22c07924..119ed47c749 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -2034,7 +2034,7 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display) | |||
| 2034 | clear_waiting_for_input (); | 2034 | clear_waiting_for_input (); |
| 2035 | redisplay_preserve_echo_area (); | 2035 | redisplay_preserve_echo_area (); |
| 2036 | if (XINT (read_kbd) < 0) | 2036 | if (XINT (read_kbd) < 0) |
| 2037 | set_waiting_for_input (); | 2037 | set_waiting_for_input (&timeout); |
| 2038 | } | 2038 | } |
| 2039 | 2039 | ||
| 2040 | if (XINT (read_kbd) && detect_input_pending ()) | 2040 | if (XINT (read_kbd) && detect_input_pending ()) |