summaryrefslogtreecommitdiffstats
path: root/Stash.xs
diff options
context:
space:
mode:
Diffstat (limited to 'Stash.xs')
-rw-r--r--Stash.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stash.xs b/Stash.xs
index 9feb860..2eb03a0 100644
--- a/Stash.xs
+++ b/Stash.xs
@@ -17,7 +17,7 @@
#ifdef newSVhek
#define newSVhe(he) newSVhek(HeKEY_hek(he))
#else
-#define newSVhe(he) newSVpvn(HePV(he))
+#define newSVhe(he) newSVpv(HePV(he, PL_na), 0)
#endif
#ifndef savesvpv