diff --git a/sys/amiga/winstr.c b/sys/amiga/winstr.c index fd745c182..75d1d2509 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 (context.botlx) + if (g.context.botlx) *ob = 0; /* Display when beam at top to avoid flicker... */