From 61851c0e95d56338024f9ef19591524b86201f9e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Fri, 16 Nov 2001 22:50:51 +0000 Subject: [PATCH] (wait_for_kbd_input) [VMS]: Do not call clear_waiting_for_input with argument. --- src/sysdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sysdep.c b/src/sysdep.c index 26fd3923ff0..69dad606e86 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -2029,7 +2029,7 @@ wait_for_kbd_input () /* No timing error: wait for flag to be set. */ set_waiting_for_input (0); SYS$WFLOR (input_ef, input_eflist); - clear_waiting_for_input (0); + clear_waiting_for_input (); if (!detect_input_pending ()) /* Check for subprocess input availability */ { -- 2.39.5