From ce25726d64957f5b076ce28f5e8ce7a1e581191b Mon Sep 17 00:00:00 2001 From: keni Date: Sat, 5 Mar 2011 22:02:49 +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 1c7c50b7b..cb31e6d38 100644 --- a/src/zap.c +++ b/src/zap.c @@ -2648,7 +2648,7 @@ struct obj *obj; /* wand or spell */ e = engr_at(u.ux, u.uy); if (!(e && e->engr_type == ENGRAVE)) { if (is_pool(u.ux, u.uy) || is_ice(u.ux, u.uy)) - pline(nothing_happens); + pline("%s", nothing_happens); else pline("Blood %ss %s your %s.", is_lava(u.ux, u.uy) ? "boil" : "pool", -- 2.50.1