| 4839 | } |
| 4840 | |
| 4841 | RESTORE_WARNING_FORMAT_NONLITERAL |
| 4842 | |
| 4843 | /* release the static buffer used by let_to_name() */ |
| 4844 | void |
| 4845 | free_invbuf(void) |
| 4846 | { |
| 4847 | if (gi.invbuf) |
| 4848 | free((genericptr_t) gi.invbuf), gi.invbuf = (char *) 0; |
| 4849 | gi.invbufsiz = 0; |
| 4850 | } |
| 4851 | |
| 4852 | /* give consecutive letters to every item in inventory (for !fixinv mode); |
| 4853 | gold is always forced to '$' slot at head of list */ |