]> granicus.if.org Git - nethack/commit
fix "singular of null?" warning for info lookup
authornethack.rankin <nethack.rankin>
Thu, 14 Aug 2003 02:40:24 +0000 (02:40 +0000)
committernethack.rankin <nethack.rankin>
Thu, 14 Aug 2003 02:40:24 +0000 (02:40 +0000)
commit8b5d31eb012377a610e457fbe20b81a925f56d20
treef74f1d351d55a7903f7113c192f75534a60125d5
parentf5b1090fdc0a085388821847897d201cfd3c3655
fix "singular of null?" warning for info lookup

     Guard against the pathological cases of ", <anything>" and
" called <anything>" strings that a user could type in to indirectly
trigger impossible().  Now they'll yield "no info about such things".
doc/fixes34.2
src/pager.c