取消还原转义。

This commit is contained in:
2026-01-09 10:19:18 +08:00
parent 3215fb34d8
commit 0a9d1f2946

View File

@@ -419,10 +419,10 @@ bool CXmlOpr::save()
if (ret != tinyxml2::XML_SUCCESS) { if (ret != tinyxml2::XML_SUCCESS) {
return false; return false;
} }
std::vector<std::string> vec; // std::vector<std::string> vec;
if (!handle_transfer(xml_path_, vec)) { // if (!handle_transfer(xml_path_, vec)) {
return false; // return false;
} // }
return true; return true;
} }