mirror of
https://github.com/wismna/ModernKeePassLib.git
synced 2025-10-03 15:40:20 -04:00
Populated readme file
Removed version check for XML writes
This commit is contained in:
@@ -204,7 +204,7 @@ namespace ModernKeePassLib.Serialization
|
||||
throw new ArgumentOutOfRangeException("fmt");
|
||||
}
|
||||
|
||||
m_xmlWriter = XmlUtilEx.CreateXmlWriter(sXml, m_uFileVersion >= FileVersion32_4);
|
||||
m_xmlWriter = XmlUtilEx.CreateXmlWriter(sXml);
|
||||
|
||||
WriteDocument(pgRoot);
|
||||
|
||||
|
Reference in New Issue
Block a user