From 645f7c3d60e01b4e1f8718b02ddda5819dabe8a2 Mon Sep 17 00:00:00 2001 From: parhelia512 <0011d3@gmail.com> Date: Wed, 29 Oct 2025 00:09:32 +0800 Subject: [PATCH] Update RouteEntity.cpp --- src/dataStore/RouteEntity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dataStore/RouteEntity.cpp b/src/dataStore/RouteEntity.cpp index 252cf08..839c79e 100644 --- a/src/dataStore/RouteEntity.cpp +++ b/src/dataStore/RouteEntity.cpp @@ -788,7 +788,7 @@ namespace Configs { const QString& subType = sp[0]; if (subType == "processPath" && type == simpleProcessPath) { - const QString& address = content.section(':', 0); + const QString& address = content.section(':', 1); if (!rule->process_path.contains(address)) rule->process_path.append(address); return true; } else if (subType == "processName" && type == simpleProcessName && sp.size() == 2)