From 937a911c674551bf66ac440da43e329ba6b0fda2 Mon Sep 17 00:00:00 2001 From: Douglas Engert Date: Fri, 8 Aug 2003 21:01:25 +0000 Subject: [PATCH] hpux-build-fixes-20030805 so we can build cleanly on hpux 11.22 --- src/butc/lwps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/butc/lwps.c b/src/butc/lwps.c index 441e8f07ba..41ec5d5956 100644 --- a/src/butc/lwps.c +++ b/src/butc/lwps.c @@ -775,7 +775,7 @@ PromptForTape(flag, name, dbDumpId, taskId, tapecount) while (1) { if (time(0) > start + BELLTIME) { start = time(0); - FFlushInput(stdin); + FFlushInput(); putchar(BELLCHAR); fflush(stdout); }