diff options
author | Andy Lester <andy@petdance.com> | 2006-01-06 03:57:19 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-06 16:58:14 +0000 |
commit | a4fc7abc9c5502fa20253f620ede1e956c44caed (patch) | |
tree | 3bb2f1a057d5e3483cc90405fd50bd22f50894ef /hv.c | |
parent | 97aff369fa5580e7a888d4fa4c86be74ab000409 (diff) | |
download | perl-a4fc7abc9c5502fa20253f620ede1e956c44caed.tar.gz |
hv_fetchs() support
Message-ID: <20060106155719.GB9035@petdance.com>
p4raw-id: //depot/perl@26676
Diffstat (limited to 'hv.c')
-rw-r--r-- | hv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -433,7 +433,7 @@ S_hv_fetch_common(pTHX_ HV *hv, SV *keysv, const char *key, STRLEN klen, int masked_flags; if (!hv) - return 0; + return NULL; if (keysv) { if (flags & HVhek_FREEKEY) |