From b0ab22a4e6dcc31cc9a4f5c3cd2e6d841df66b4f Mon Sep 17 00:00:00 2001 From: PatR Date: Sun, 22 Oct 2023 08:50:33 -0700 Subject: [PATCH] tty build fix My repository got out of synch and I had a hell of a time restoring sanity. The most recent commit included a line in wintty.c that shouldn't have been there. --- win/tty/wintty.c | 1 - 1 file changed, 1 deletion(-) diff --git a/win/tty/wintty.c b/win/tty/wintty.c index af54a1fee..06bc0218d 100644 --- a/win/tty/wintty.c +++ b/win/tty/wintty.c @@ -3217,7 +3217,6 @@ ttyinv_populate_slot( { struct tty_perminvent_cell *cell; char c; - boolean inuse_only = ((ttyinvmode & InvInUse) != 0); int ccnt, col, endcol; boolean inuse_only = (ttyinvmode & InvInUse) != 0;