This commit is contained in:
2025-11-19 01:23:45 +01:00

View File

@@ -843,7 +843,7 @@ minipp::EResult minipp::MiniPPFile::WriteSection(const Section* section, std::of
}
for (const auto& comment : pair.second->m_comments)
ofs << comment << std::endl;
ofs << "# " << comment << std::endl;
ofs << pair.first << " = ";
auto result = pair.second->ToString(valueString);