diff --git a/util/output/frame.hpp b/util/output/frame.hpp index da024d3..66527c3 100644 --- a/util/output/frame.hpp +++ b/util/output/frame.hpp @@ -532,7 +532,7 @@ private: pos = chunk_end; } - // Merge results (same priority order as original) + // Merge results to main for (const auto& match : threadMatches.matches128plus) { result.push_back(match); }