mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-07 14:28:40 +00:00
fix new search path arrayification
This commit is contained in:
@@ -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);
|
items.v[idx].match_ranges = fuzzy_match_range_list_copy(arena, &items.v[idx].match_ranges);
|
||||||
}
|
}
|
||||||
|
idx += chunk->count;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user