]> granicus.if.org Git - nethack/commitdiff
compression fix fix
authornethack.allison <nethack.allison>
Tue, 8 Jan 2002 04:44:07 +0000 (04:44 +0000)
committernethack.allison <nethack.allison>
Tue, 8 Jan 2002 04:44:07 +0000 (04:44 +0000)
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

index 9f6a503801e24cade64b91755a4a106d39d68c44..3d343a948ab3a71ae1c539b6f70935abfbf62c2b 100644 (file)
@@ -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