]> granicus.if.org Git - nethack/commit
safe_qbuf arguments
authornethack.allison <nethack.allison>
Sat, 10 May 2003 16:21:12 +0000 (16:21 +0000)
committernethack.allison <nethack.allison>
Sat, 10 May 2003 16:21:12 +0000 (16:21 +0000)
commit0f7508090d8f4cf19e0f42c73baa7170c6607ac3
tree7a2eb18f7dfa5833b693d07b64a827974ce0c93a
parentf32ad24709f414e717df72166216f764461d80a5
safe_qbuf arguments

Pat's compiler triggered a warning because safe_qbuf
is declared as `char *' but might return `last_resort'
which is `const char *'.
include/extern.h
src/pickup.c