From a0b13b1b2515bf99824efbeb318c56c1a2e8f951 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Tue, 8 Jan 2002 04:44:07 +0000 Subject: [PATCH] compression fix fix Ken: Fix an error in my fix for compression error messages. No Makefile.src change should be necessary because files.c depends on hack.h, which "depends" on wintty.h (actually ifdef USE_TRAMPOLI, but the Makefile doesn't know that). --- src/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/files.c b/src/files.c index 9f6a50380..3d343a948 100644 --- a/src/files.c +++ b/src/files.c @@ -730,7 +730,7 @@ boolean uncomp; * end up being displayed after the error message. */ if (istty) - wait_synch(); + mark_synch(); # endif if (f == 0) { /* child */ # ifdef TTY_GRAPHICS