]> granicus.if.org Git - nethack/commitdiff
second test file: rumors.c
authorkeni <keni>
Thu, 29 Dec 2011 21:14:04 +0000 (21:14 +0000)
committerkeni <keni>
Thu, 29 Dec 2011 21:14:04 +0000 (21:14 +0000)
src/rumors.c

index 8dc59daaa73be6c403375dc0efe409c651945c5d..9b08ed2b8b4d9612f36b02c428f663bae2762975 100644 (file)
@@ -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