This commit is contained in:
Yggdrasil75
2025-11-17 14:46:28 -05:00
parent e7bf6adfa6
commit 274c786d27

View File

@@ -532,7 +532,7 @@ private:
pos = chunk_end; pos = chunk_end;
} }
// Merge results (same priority order as original) // Merge results to main
for (const auto& match : threadMatches.matches128plus) { for (const auto& match : threadMatches.matches128plus) {
result.push_back(match); result.push_back(match);
} }