This commit is contained in:
gingerBill
2018-05-06 15:31:18 +01:00
parent fc77b5b4ac
commit 66b4252931
5 changed files with 2 additions and 99 deletions
+1 -1
View File
@@ -1876,7 +1876,7 @@ void GB_JOIN2(FUNC,rehash)(NAME *h, isize new_count) { \
gbHashTableFindResult fr; \
if (gb_array_count(nh.hashes) == 0) \
GB_JOIN2(FUNC,grow)(&nh); \
e = &nh.entries[i]; \
e = &h->entries[i]; \
fr = GB_JOIN2(FUNC,_find)(&nh, e->key); \
j = GB_JOIN2(FUNC,_add_entry)(&nh, e->key); \
if (fr.entry_prev < 0) \