From f38dca7cb1abc5a76450bb8af4d0afb10365b787 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 4 Feb 2019 18:35:17 -0500 Subject: [PATCH] variable moved to context long ago just reported, a variable moved to context long ago --- sys/amiga/winstr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/amiga/winstr.c b/sys/amiga/winstr.c index 46946b522..fd745c182 100644 --- a/sys/amiga/winstr.c +++ b/sys/amiga/winstr.c @@ -186,7 +186,7 @@ const char *str; if (cw->data[cw->cury] == NULL) panic("NULL pointer for status window"); ob = &cw->data[cw->cury][j = cw->curx]; - if (flags.botlx) + if (context.botlx) *ob = 0; /* Display when beam at top to avoid flicker... */