From: keni Date: Tue, 15 Nov 2011 02:32:26 +0000 (+0000) Subject: more warnings just to test postcommit.pl X-Git-Tag: MOVE2GIT~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d58ea407504ef77936a08ad60c37f52dbf88548d;p=nethack more warnings just to test postcommit.pl --- diff --git a/src/engrave.c b/src/engrave.c index ee66ec300..1a7592575 100644 --- a/src/engrave.c +++ b/src/engrave.c @@ -923,7 +923,7 @@ doengrave() c = yn_function("Do you want to add to the current engraving?", ynqchars, 'y'); if (c == 'q') { - pline(Never_mind); + pline("%s", Never_mind); return(0); } } @@ -1016,7 +1016,7 @@ doengrave() Tobjnam(otmp, "glow"), otense(otmp, "fade")); return(1); } else { - pline(Never_mind); + pline("%s", Never_mind); return(0); } }