summaryrefslogtreecommitdiff
path: root/dist/Storable/Storable.xs
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Storable/Storable.xs')
-rw-r--r--dist/Storable/Storable.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Storable/Storable.xs b/dist/Storable/Storable.xs
index 317ada795d..e6d403b624 100644
--- a/dist/Storable/Storable.xs
+++ b/dist/Storable/Storable.xs
@@ -2289,7 +2289,7 @@ static int store_hash(pTHX_ stcxt_t *cxt, HV *hv)
#ifdef HAS_RESTRICTED_HASHES
HvTOTALKEYS(hv);
#else
- HvKEYS(hv);
+ HvUSEDKEYS(hv);
#endif
I32 i;
int ret = 0;