update stuff
This commit is contained in:
parent
24b210fe86
commit
709c124028
20 changed files with 176 additions and 64 deletions
2
output/src/hashmap/env/env_clone.c
vendored
2
output/src/hashmap/env/env_clone.c
vendored
|
|
@ -27,7 +27,7 @@ t_error hmap_env_clone(t_hashmap_env *self,
|
|||
t_hashmap_env *ret;
|
||||
|
||||
bucket_id = 0;
|
||||
ret = hmap_env_new_with_buckets(self->hfunc, self->cfunc, self->drop, self->num_buckets);
|
||||
ret = hmap_env_new_with_buckets(self->hfunc, self->cfunc, self->free, self->num_buckets);
|
||||
if (ret == NULL)
|
||||
return (ERROR);
|
||||
while (bucket_id < self->num_buckets)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue