X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=autovivification.xs;h=a45cda3f4de46a6c82a4d0f2de1536f5a7974ac0;hb=acd04c4caf2a342c115cd053dd5552a9ae2c414a;hp=fb6015bd469d4add92c303703bdaf1a4df13cac1;hpb=58c8376249ad7e2cceaad99801c370c3d1d412a6;p=perl%2Fmodules%2Fautovivification.git 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;