summaryrefslogtreecommitdiff
path: root/run.c
diff options
context:
space:
mode:
Diffstat (limited to 'run.c')
-rw-r--r--run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.c b/run.c
index d1c9aca7f8..76fd63c5f8 100644
--- a/run.c
+++ b/run.c
@@ -52,7 +52,7 @@ OP *op;
if (cGVOP->op_gv) {
sv = NEWSV(0,0);
gv_fullname(sv, cGVOP->op_gv);
- fprintf(stderr, "(%s)", SvPVn(sv));
+ fprintf(stderr, "(%s)", SvPV(sv, na));
sv_free(sv);
}
else