summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorSynaptiCAD, Inc. <sales@syncad.com>1998-05-02 12:29:22 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-05-03 18:44:38 +0000
commitc6601927a584c0fd18d5a6bb3b4c95cff46a2c6a (patch)
tree4fc5a886d98f21577629597c6221d7e7060684c3 /hv.c
parent9f699bd937481e601436dfa5b4c405c05ed9188f (diff)
downloadperl-c6601927a584c0fd18d5a6bb3b4c95cff46a2c6a.tar.gz
[win32] make hv_iterinit() return HvKEYS()
Message-Id: <3.0.1.32.19980502162922.009e6320@www.syncad.com> Subject: incorrect return value for hv_iterinit p4raw-id: //depot/win32/perl@914
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 cb7fbfb368..5756b4b8db 100644
--- a/hv.c
+++ b/hv.c
@@ -966,7 +966,7 @@ hv_iterinit(HV *hv)
}
xhv->xhv_riter = -1;
xhv->xhv_eiter = Null(HE*);
- return xhv->xhv_fill; /* should be xhv->xhv_keys? May change later */
+ return xhv->xhv_keys; /* used to be xhv->xhv_fill before 5.004_65 */
}
HE *