continue;
if (!all_of_a_type) {
- char qbuf[QBUFSZ];
+ char qbuf[BUFSZ];
Sprintf(qbuf, "Pick up %s?", doname(obj));
switch ((obj->quan < 2L) ? ynaq(qbuf) : ynNaq(qbuf)) {
case 'q': goto end_query; /* out 2 levels */
if (telekinesis) {
result = 0; /* don't lift */
} else {
- char qbuf[QBUFSZ];
+ char qbuf[BUFSZ];
long savequan = obj->quan;
obj->quan = *cnt_p;
boolean underfoot = TRUE;
const char *dont_find_anything = "don't find anything";
struct monst *mtmp;
- char qbuf[QBUFSZ];
+ char qbuf[BUFSZ];
int prev_inquiry = 0;
boolean prev_loot = FALSE;
struct monst *shkp;
boolean one_by_one, allflag, loot_out = FALSE, loot_in = FALSE;
char select[MAXOCLASSES+1];
- char qbuf[QBUFSZ], emptymsg[QBUFSZ];
+ char qbuf[BUFSZ], emptymsg[BUFSZ];
long loss = 0L;
int cnt = 0, used = 0, lcnt = 0,
menu_on_request;
if (flags.menu_style != MENU_TRADITIONAL) {
if (flags.menu_style == MENU_FULL) {
int t;
- char menuprompt[QBUFSZ];
+ char menuprompt[BUFSZ];
boolean outokay = (cnt != 0);
boolean inokay = (invent != 0);
if (!outokay && !inokay) {
- pline("%s You don't have anything to put in.", emptymsg);
+ pline("%s", emptymsg);
+ pline("You don't have anything to put in.");
return used;
}
menuprompt[0] = '\0';