forked from Telodendria/Telodendria
Fix HashMapIterate not resetting the iterator at the right place.
This commit is contained in:
parent
d9d1713f54
commit
90c4709823
1 changed files with 1 additions and 0 deletions
|
@ -243,6 +243,7 @@ HashMapIterate(HashMap * map, char **key, void **value)
|
|||
}
|
||||
}
|
||||
|
||||
map->iterator = 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue