fix new search path arrayification

This commit is contained in:
Ryan Fleury
2024-11-07 10:06:49 -08:00
parent e204fe28c1
commit 5a19ab9c31
+1
View File
@@ -1383,6 +1383,7 @@ di_search_thread__entry_point(void *p)
{
items.v[idx].match_ranges = fuzzy_match_range_list_copy(arena, &items.v[idx].match_ranges);
}
idx += chunk->count;
}
}