chenluhua1980
2026-01-14 6b6297c6fc0aa5c059d35732c7ee22ebca93967f
SourceCode/Bond/Servo/CPageGlassList.cpp
@@ -1364,7 +1364,7 @@
    if (!row.pretty.empty()) {
        CFile file;
        if (file.Open(filePath, CFile::modeCreate | CFile::modeWrite)) {
            file.Write(row.pretty.c_str(), row.pretty.length());
            file.Write(row.pretty.c_str(), (UINT)row.pretty.length());
            file.Close();
            CString strSuccess;