]> granicus.if.org Git - nethack/commit
fix #H7140 - list MSGTYPE values shows empty strings
authorPatR <rankin@nethack.org>
Sat, 12 May 2018 08:05:29 +0000 (01:05 -0700)
committerPatR <rankin@nethack.org>
Sun, 13 May 2018 01:50:51 +0000 (18:50 -0700)
commitf89968a97388df17336edeb229c1daa1af95833c
treeb919bce25f39bc5ef9b76f41d6c93145d813618b
parent45c59857f773d3e958fb5ac4126ac43f67cc42b2
fix #H7140 - list MSGTYPE values shows empty strings

The 'O' menu's 'list' for MSGTYPE settings showed truncated versions
of really long message strings but didn't show anything except the
hide/stop/norep setting for ordinary length ones.  3.6.0 showed the
latter correctly but suffered buffer overflow for the former; the
fix for that had a typo/thinko in it.
src/options.c