From: keni Date: Sat, 5 Mar 2011 21:53:24 +0000 (+0000) Subject: another compiler warning X-Git-Tag: MOVE2GIT~249 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07c00cbebe91642b90e7900a17466ea75f2d403a;p=nethack another compiler warning --- diff --git a/src/zap.c b/src/zap.c index 712768799..5cede13c1 100644 --- a/src/zap.c +++ b/src/zap.c @@ -4006,7 +4006,7 @@ short exploding_wand_typ; if (t) t->tseen = 1; if (see_it) msgtxt = "The water evaporates."; } - Norep(msgtxt); + Norep("%s", msgtxt); if (lev->typ == ROOM) newsym(x,y); } else if(IS_FOUNTAIN(lev->typ)) { if (see_it)