From: nethack.allison Date: Tue, 8 Jan 2002 04:44:07 +0000 (+0000) Subject: compression fix fix X-Git-Tag: MOVE2GIT~3529 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0b13b1b2515bf99824efbeb318c56c1a2e8f951;p=nethack 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). --- 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