From 4fd266ecaaf218b1edcda0c448ad087b84a739d6 Mon Sep 17 00:00:00 2001 From: Kenneth Date: Wed, 26 Jul 2023 04:23:14 +0000 Subject: [PATCH] fix comma error --- src/generator/config/subexport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generator/config/subexport.cpp b/src/generator/config/subexport.cpp index 3158f7ed2..dbeff7fac 100644 --- a/src/generator/config/subexport.cpp +++ b/src/generator/config/subexport.cpp @@ -756,7 +756,7 @@ std::string proxyToSurge(std::vector &nodes, const std::string &base_conf if(!obfs.empty()) proxy += ", obfs=" + obfs; if(!host.empty()) - proxy += ", obfs-host=" + host + proxy += ", obfs-host=" + host; break; default: continue;