From 0a9d1f2946ec508c04721c8204a634f787569dec Mon Sep 17 00:00:00 2001 From: taynpg Date: Fri, 9 Jan 2026 10:19:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E8=BF=98=E5=8E=9F=E8=BD=AC?= =?UTF-8?q?=E4=B9=89=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/xml_opr.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/xml_opr.cpp b/src/xml_opr.cpp index 6b0517a..b20fa85 100644 --- a/src/xml_opr.cpp +++ b/src/xml_opr.cpp @@ -419,10 +419,10 @@ bool CXmlOpr::save() if (ret != tinyxml2::XML_SUCCESS) { return false; } - std::vector vec; - if (!handle_transfer(xml_path_, vec)) { - return false; - } + // std::vector vec; + // if (!handle_transfer(xml_path_, vec)) { + // return false; + // } return true; }