Skip to content

Segfault fix for issue 95

William Lash requested to merge (removed):segfault into master

The return value from strrchr() needs to be checked for NULL before using it to truncate the string. This fixes #95 (closed) and also fixes the same issue in the current curses frotz. I don't think the same problem exists in sdl frotz or dos frotz

Merge request reports