Hi Andrew,
On 10/19/2018 09:33 PM, Andrew Zaborowski wrote:
When the last entry in a bucket with 2 or more entries was removed
the loop would roll over and iterate over the remaining entries for a
second time (then stop), add missing check.
---
ell/hashmap.c | 2 ++
1 file changed, 2 insertions(+)
Hah, good catch. Applied, thanks.
Regards,
-Denis