From 274c786d2723a66e3557ebe83d077d582d3ba0e3 Mon Sep 17 00:00:00 2001 From: Yggdrasil75 Date: Mon, 17 Nov 2025 14:46:28 -0500 Subject: [PATCH] a --- util/output/frame.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }