]> granicus.if.org Git - nethack/commit
avoid crash for X11 tombstone
authorPatR <rankin@nethack.org>
Tue, 12 Mar 2019 20:31:00 +0000 (13:31 -0700)
committerPatR <rankin@nethack.org>
Tue, 12 Mar 2019 20:31:00 +0000 (13:31 -0700)
commit8e7fe38daec1ad5231f3c3d3bc82b7f827782d80
tree15ee260b24b2d913c5d111582acbb97197d3356d
parent44639ab1e8c8d4aff3d5d32b0fd36fe1ed5f2410
avoid crash for X11 tombstone

If nethack is built to use graphical tombstone but file rip.xpm is
missing from the playground, there would be a crash if the rip output
was shown.  My first attempt to fix it prevented the crash but didn't
display any tombstone, just the last couple of lines of output which
follow the tombstone.  This keeps that in case of some other Xpm
failure, but checks for rip.xpm via stdio and reverts to genl_outrip
for text tombstone if it can't be opened.
doc/fixes36.2
win/X11/winX.c
win/X11/wintext.c