summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-01-06 03:57:19 -0600
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-06 16:58:14 +0000
commita4fc7abc9c5502fa20253f620ede1e956c44caed (patch)
tree3bb2f1a057d5e3483cc90405fd50bd22f50894ef /hv.c
parent97aff369fa5580e7a888d4fa4c86be74ab000409 (diff)
downloadperl-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hv.c b/hv.c
index 8a2449a5cc..69bbdcff68 100644
--- a/hv.c
+++ b/hv.c
@@ -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)