* src/process.c (wait_reading_process_output):
Simplify logic. Fix DOS version comments (Bug#20978).
no_avail = 1;
FD_ZERO (&Available);
}
-
- if (!no_avail)
+ else
{
#ifdef ADAPTIVE_READ_BUFFERING
DO_DISPLAY means redisplay should be done to show subprocess
output that arrives.
- Return positive if we received input from WAIT_PROC (or from any
- process if WAIT_PROC is null), zero if we attempted to receive
- input but got none, and negative if we didn't even try. */
+ Return -1 signifying we got no output and did not try. */
int
wait_reading_process_output (intmax_t time_limit, int nsecs, int read_kbd,