applied patch, with tweak suggested by Michael Parker
[p5sagit/p5-mst-13.2.git] / toke.c
diff --git a/toke.c b/toke.c
index 0a78760..64c6981 100644 (file)
--- a/toke.c
+++ b/toke.c
@@ -2857,7 +2857,7 @@ yylex(void)
                gv = Nullgv;
                gvp = 0;
                if (PL_dowarn && hgv)
-                   warn("Ambiguous call resolved as CORE::%s(), %s"
+                   warn("Ambiguous call resolved as CORE::%s(), %s",
                         GvENAME(hgv), "qualify as such or use &");
            }
        }