X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=blobdiff_plain;f=autovivification.xs;h=a45cda3f4de46a6c82a4d0f2de1536f5a7974ac0;hp=fb6015bd469d4add92c303703bdaf1a4df13cac1;hb=e6ec2044aaf55c4ae83d62c38ed2f67d5f7749c8;hpb=ea568dd4c7387e1703da47e59513b760243ea598 diff --git a/autovivification.xs b/autovivification.xs index fb6015b..a45cda3 100644 --- a/autovivification.xs +++ b/autovivification.xs @@ -320,7 +320,7 @@ STATIC UV a_hint(pTHX) { 0, a_hash); #else - SV **val = hv_fetch(GvHV(PL_hintgv), __PACKAGE__, __PACKAGE_LEN__, a_hash); + SV **val = hv_fetch(GvHV(PL_hintgv), __PACKAGE__, __PACKAGE_LEN__, 0); if (!val) return 0; hint = *val;