Fixed a problem with segfault on attempting to load a nonexistant file.
authorDavid Griffith <dave@661.org>
Fri, 23 Sep 2016 09:27:15 +0000 (02:27 -0700)
committerDavid Griffith <dave@661.org>
Fri, 23 Sep 2016 09:27:15 +0000 (02:27 -0700)
commit7a186e2e31ee9a6ffe869aa0e6cbe11079d02105
tree16112d5c6e1fbf7e8187ae3fda81334fc2f4a81d
parent35b6e2b7abc5ac308480b99a770e2e364907dd94
Fixed a problem with segfault on attempting to load a nonexistant file.

ux_blorb_init() needs to be revisited to make sure all common blorb
filename extensions are supported.
src/common/frotz.h
src/curses/ux_blorb.c
src/curses/ux_init.c