FAKE typeglobs seriously busted (with patch)
[p5sagit/p5-mst-13.2.git] / run.c
diff --git a/run.c b/run.c
index 697c7d2..5529fb6 100644 (file)
--- a/run.c
+++ b/run.c
@@ -71,7 +71,7 @@ OP *op;
     case OP_GV:
        if (cGVOP->op_gv) {
            sv = NEWSV(0,0);
-           gv_fullname(sv, cGVOP->op_gv);
+           gv_fullname(sv, cGVOP->op_gv, Nullch);
            PerlIO_printf(Perl_debug_log, "(%s)", SvPV(sv, na));
            SvREFCNT_dec(sv);
        }