From: keni Date: Sat, 5 Mar 2011 21:51:54 +0000 (+0000) Subject: another compiler warning X-Git-Tag: MOVE2GIT~250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf6852a422ec1dc7f6d09d24d932a1ccb51cb771;p=nethack another compiler warning --- diff --git a/src/zap.c b/src/zap.c index d74a7363c..712768799 100644 --- a/src/zap.c +++ b/src/zap.c @@ -4213,7 +4213,7 @@ short exploding_wand_typ; lev->doormask = new_doormask; unblock_point(x, y); /* vision */ if (see_it) { - pline(see_txt); + pline("%s", see_txt); newsym(x, y); } else if (sense_txt) { You("%s", sense_txt);