]> granicus.if.org Git - nethack/commitdiff
another try. spell.c
authorkeni <keni>
Thu, 29 Dec 2011 22:01:25 +0000 (22:01 +0000)
committerkeni <keni>
Thu, 29 Dec 2011 22:01:25 +0000 (22:01 +0000)
src/spell.c

index 0de80e9e86c04143f22b59e4465b162b7582570a..23f136077afc824f3237f968b4dc2ebf5c2801c0 100644 (file)
@@ -1028,7 +1028,7 @@ boolean atme;
                break;
        case SPE_JUMPING:
                if (!jump(max(role_skill,1)))
-                       pline("%s", nothing_happens);
+                       pline1(nothing_happens);
                break;
        default:
                impossible("Unknown spell %d attempted.", spell);