suit_simple_name()
authorPatR <rankin@nethack.org>
Sat, 4 Aug 2018 03:07:21 +0000 (20:07 -0700)
committerPatR <rankin@nethack.org>
Sat, 4 Aug 2018 03:07:21 +0000 (20:07 -0700)
commit78a4edcc0f017b00d70299365cdb0814b837ae91
tree1ccbc6788b86adabfae13e20a8b4146230503152
parentfedc093f23ea9a675be3468c2645e1d2ea6fc44c
suit_simple_name()

Unlike cloak_simple_name() and helm_simple_name(), suit_simple_name()
wasn't guarding against Null.  Current usage never trips up against
that, but when I added a new use in doseduce() [pending], it caused
a crash.
src/objnam.c