crashanalysercmd/Libraries/File Formats/Plugins/CrashXmlPlugin/FileFormat/Segment/Entries/Memory/CXmlMemoryInfo.cs
changeset 2 0c91f0baec58
parent 0 818e61de6cd1
--- a/crashanalysercmd/Libraries/File Formats/Plugins/CrashXmlPlugin/FileFormat/Segment/Entries/Memory/CXmlMemoryInfo.cs	Tue Feb 23 17:05:24 2010 +0200
+++ b/crashanalysercmd/Libraries/File Formats/Plugins/CrashXmlPlugin/FileFormat/Segment/Entries/Memory/CXmlMemoryInfo.cs	Wed Apr 21 09:51:02 2010 +0300
@@ -38,7 +38,7 @@
         protected override void XmlSerializeContent( CrashXmlPlugin.FileFormat.Document.CXmlDocumentSerializationParameters aParameters )
         {
             CXmlNode.WriteId( iInfo, aParameters.Writer );
-            WriteIfNotZero( aParameters.Writer, SegConstants.CmnName, iInfo.Free );
+            WriteIfNotZero( aParameters.Writer, SegConstants.MemoryInfo_Free, iInfo.Free );
             WriteIfNotZero( aParameters.Writer, SegConstants.MemoryInfo_Capacity, iInfo.Capacity );
 
             if ( iInfo.Type == CIMemoryInfo.TType.ETypeDrive )