diff options
-rw-r--r-- | st.c | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1244,8 +1244,13 @@ update_range_for_deleted(st_table *tab, st_index_t n) { /* Do not update entries_bound here. Otherwise, we can fill all bins by deleted entry value before rebuilding the table. */ - if (tab->entries_start == n) - tab->entries_start = n + 1; } /* Delete entry with KEY from table TAB, set up *VALUE (unless |