From: keni Date: Thu, 29 Dec 2011 21:14:04 +0000 (+0000) Subject: second test file: rumors.c X-Git-Tag: MOVE2GIT~128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=837d2bd21766844f662476e7abae5d334d9a6e38;p=nethack second test file: rumors.c --- diff --git a/src/rumors.c b/src/rumors.c index 8dc59daaa..9b08ed2b8 100644 --- a/src/rumors.c +++ b/src/rumors.c @@ -293,7 +293,7 @@ int mechanism; pline("True to her word, the Oracle %ssays: ", (!rn2(4) ? "offhandedly " : (!rn2(3) ? "casually " : (rn2(2) ? "nonchalantly " : "")))); - verbalize("%s", line); + verbalize1(line); exercise(A_WIS, TRUE); return; case BY_COOKIE: @@ -303,7 +303,7 @@ int mechanism; pline("It reads:"); break; } - pline("%s", line); + pline1(line); } STATIC_OVL void