diff options
Diffstat (limited to 'src')
| -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 ed535170214..e65d495e260 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -5151,7 +5151,7 @@ wait_reading_process_output (time_limit, microsecs, read_kbd, do_display, | |||
| 5151 | else if (nread == -1 && errno == EIO) | 5151 | else if (nread == -1 && errno == EIO) |
| 5152 | { | 5152 | { |
| 5153 | /* Clear the descriptor now, so we only raise the | 5153 | /* Clear the descriptor now, so we only raise the |
| 5154 | signal once. Don't do this is `process' is only | 5154 | signal once. Don't do this if `process' is only |
| 5155 | a pty. */ | 5155 | a pty. */ |
| 5156 | if (XPROCESS (proc)->pid != -2) | 5156 | if (XPROCESS (proc)->pid != -2) |
| 5157 | { | 5157 | { |