From bf6852a422ec1dc7f6d09d24d932a1ccb51cb771 Mon Sep 17 00:00:00 2001 From: keni Date: Sat, 5 Mar 2011 21:51:54 +0000 Subject: [PATCH] another compiler warning --- src/zap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1