From f3ada8413792c5251f23fb53793c186ed2666d7f Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 13 Jul 2019 01:00:40 -0400 Subject: [PATCH] merge bit --- win/tty/topl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/tty/topl.c b/win/tty/topl.c index 334900d5e..5cb888999 100644 --- a/win/tty/topl.c +++ b/win/tty/topl.c @@ -260,7 +260,7 @@ register const char *bp; && n0 + (int) strlen(g.toplines) + 3 < CO - 8 /* room for --More-- */ && (notdied = strncmp(bp, "You die", 7)) != 0) { nhassert((long) strlen(g.toplines) == cw->curx); - Strcat(toplines, " "); + Strcat(g.toplines, " "); Strcat(g.toplines, bp); cw->curx += 2; if (!(cw->flags & WIN_STOP))