aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/process.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process.c b/src/process.c
index 3b0c05ca061..d3f13fd15ce 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1566,6 +1566,8 @@ Return non-nil iff we received any output before the timeout expired.")
1566 } 1566 }
1567 } 1567 }
1568 } 1568 }
1569 else
1570 useconds = 0;
1569 1571
1570 if (! NILP (timeout)) 1572 if (! NILP (timeout))
1571 { 1573 {