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)