取消还原转义。

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) {
return false;
}
std::vector<std::string> vec;
if (!handle_transfer(xml_path_, vec)) {
return false;
}
// std::vector<std::string> vec;
// if (!handle_transfer(xml_path_, vec)) {
// return false;
// }
return true;
}