[shell changes from patch from perl5.003_15 to perl5.003_16]
[p5sagit/p5-mst-13.2.git] / run.c
diff --git a/run.c b/run.c
index 5529fb6..a952dac 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, Nullch);
+           gv_fullname3(sv, cGVOP->op_gv, Nullch);
            PerlIO_printf(Perl_debug_log, "(%s)", SvPV(sv, na));
            SvREFCNT_dec(sv);
        }