Fixed search that may add infinite stuff

This commit is contained in:
emeric
2023-11-02 14:27:14 +01:00
parent 3697c809d3
commit e78f436d9a
7 changed files with 75 additions and 68 deletions
@@ -46,7 +46,7 @@ namespace Database
{
Range range;
std::vector<T> results;
bool moreResults;
bool moreResults{};
RangeResults getSubRange(Range subRange)
{