From: keni Date: Sat, 5 Mar 2011 20:32:37 +0000 (+0000) Subject: fix one compiler warning (first attempt to probe for cvs email bug) X-Git-Tag: MOVE2GIT~253 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db9b434f936ed84e12622dece6be61a1ab81163b;p=nethack fix one compiler warning (first attempt to probe for cvs email bug) --- diff --git a/src/spell.c b/src/spell.c index d1ae58c8b..0de80e9e8 100644 --- a/src/spell.c +++ b/src/spell.c @@ -1028,7 +1028,7 @@ boolean atme; break; case SPE_JUMPING: if (!jump(max(role_skill,1))) - pline(nothing_happens); + pline("%s", nothing_happens); break; default: impossible("Unknown spell %d attempted.", spell);