]> granicus.if.org Git - nethack/commitdiff
and now: bones.c (for postcommit.pl 1.75)
authorkeni <keni>
Thu, 29 Dec 2011 22:36:36 +0000 (22:36 +0000)
committerkeni <keni>
Thu, 29 Dec 2011 22:36:36 +0000 (22:36 +0000)
src/bones.c

index f4c5fb39fbced9bd84d9118ca682ed319e08e5d4..843d38402bd48f422141dca9cef21850a607a3e6 100644 (file)
@@ -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