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 *'.
This commit is contained in:
nethack.allison
2003-05-10 16:21:12 +00:00
parent f32ad24709
commit 0f7508090d
2 changed files with 4 additions and 5 deletions

View File

@@ -1481,7 +1481,7 @@ E int NDECL(doloot);
E int FDECL(use_container, (struct obj *,int));
E int FDECL(loot_mon, (struct monst *,int *,boolean *));
E int NDECL(dotip);
E char *FDECL(safe_qbuf, (char *,unsigned,char *,char *,const char *));
E char *FDECL(safe_qbuf, (char *,unsigned,char *,char *,char *));
/* ### pline.c ### */