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;