summaryrefslogtreecommitdiff
path: root/xsutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'xsutils.c')
-rw-r--r--xsutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsutils.c b/xsutils.c
index 187d9f75c1..3493565bc7 100644
--- a/xsutils.c
+++ b/xsutils.c
@@ -235,7 +235,7 @@ usage:
stash = CvSTASH(sv);
break;
case SVt_PVMG:
- if (!(SvFAKE(sv) && SvTIED_mg(sv, '*')))
+ if (!(SvFAKE(sv) && SvTIED_mg(sv, PERL_MAGIC_glob)))
break;
/*FALLTHROUGH*/
case SVt_PVGV: