From d64b707cb1e268b4c77a51f064d7e3fd95e3df85 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 20 Aug 2004 10:34:12 +0000 Subject: Rename wait_reading_process_input to wait_reading_process_output. --- src/w32proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/w32proc.c') diff --git a/src/w32proc.c b/src/w32proc.c index 8452337f7e2..9abee2bf0c2 100644 --- a/src/w32proc.c +++ b/src/w32proc.c @@ -1218,7 +1218,7 @@ count_children: { DebPrint (("select.WaitForMultipleObjects (%d, %lu) failed with %lu\n", nh + nc, timeout_ms, GetLastError ())); - /* don't return EBADF - this causes wait_reading_process_input to + /* don't return EBADF - this causes wait_reading_process_output to abort; WAIT_FAILED is returned when single-stepping under Windows 95 after switching thread focus in debugger, and possibly at other times. */ -- cgit v1.2.1