]> granicus.if.org Git - nethack/commit
fix 'a X'
authorPatR <rankin@nethack.org>
Tue, 11 Dec 2018 01:34:18 +0000 (17:34 -0800)
committerPatR <rankin@nethack.org>
Tue, 11 Dec 2018 01:34:18 +0000 (17:34 -0800)
commit140bb9cc851e8051d89591d9ad5f5f72a2841eb9
tree31d546ab7de21e47df87ed5e268fe0026fe07e3d
parent5f21dd13082fb4622887b35504010ee2f048ea3e
fix 'a X'

The fruit name fix a couple of days ago revealed that an() didn't
pick the right article for single letters.  If you set named fruit to
"X" and wished for "fruit", you'd have 'k - a X' added to inventory.
This changes an() and also doname() which bypasses an().
src/objnam.c