取消还原转义。
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user