diff options
| author | Richard M. Stallman | 1992-09-20 21:06:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-09-20 21:06:42 +0000 |
| commit | de946e5aace1792b42d23e91aff4f5a27734ecba (patch) | |
| tree | a32d145527785236e9d1f0420ba1ce624c571a3f /src | |
| parent | c21d3ee2cf7e0686bb2e19eb8d2224597035c672 (diff) | |
| download | emacs-de946e5aace1792b42d23e91aff4f5a27734ecba.tar.gz emacs-de946e5aace1792b42d23e91aff4f5a27734ecba.zip | |
(Faccept_process_output): Initialize useconds.
Diffstat (limited to 'src')
| -rw-r--r-- | src/process.c | 2 |
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 | { |