fix some merge fallout from 3.6.2 curses changes

This commit is contained in:
nhmall
2019-02-08 19:54:09 -05:00
parent 988a6e8c6b
commit a3527e7eab
3 changed files with 3 additions and 3 deletions

View File

@@ -588,7 +588,7 @@ curses_view_file(const char *filename, boolean must_exist)
wid = curses_get_wid(NHW_MENU);
curses_create_nhmenu(wid);
Id = zeroany;
Id = cg.zeroany;
while (dlb_fgets(buf, BUFSZ, fp) != NULL) {
curses_add_menu(wid, NO_GLYPH, &Id, 0, 0, A_NORMAL, buf, FALSE);