From: keni Date: Thu, 29 Dec 2011 22:36:36 +0000 (+0000) Subject: and now: bones.c (for postcommit.pl 1.75) X-Git-Tag: MOVE2GIT~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16c0d0ee208bcaa576f3ca01523a2b28e5f4c1c0;p=nethack and now: bones.c (for postcommit.pl 1.75) --- diff --git a/src/bones.c b/src/bones.c index f4c5fb39f..843d38402 100644 --- a/src/bones.c +++ b/src/bones.c @@ -411,7 +411,7 @@ struct obj *corpse; if(fd < 0) { #ifdef WIZARD if(wizard) - pline("%s", whynot); + pline1(whynot); #endif /* bones file creation problems are silent to the player. * Keep it that way, but place a clue into the paniclog. @@ -511,7 +511,7 @@ getbones() oldbonesid, bonesid); #ifdef WIZARD if (wizard) { - pline("%s", errbuf); + pline1(errbuf); ok = FALSE; /* won't die of trickery */ } #endif