summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp.c b/pp.c
index 9565c6c473..ea680f9dd0 100644
--- a/pp.c
+++ b/pp.c
@@ -658,7 +658,7 @@ PP(pp_gelem)
break;
case 'S':
if (strEQ(second_letter, "CALAR"))
- tmpRef = GvSVn(gv);
+ tmpRef = GvSV(gv);
break;
}
}