We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbac79 commit ab9166eCopy full SHA for ab9166e
DiskAccessLibrary/FileSystems/NTFS/AttributeData/AttributeData.cs
@@ -221,7 +221,7 @@ public void Extend(ulong additionalLengthInBytes)
221
if (m_fileRecord != null)
222
{
223
m_fileRecord.RemoveAttributeRecord(m_attributeRecord.AttributeType, m_attributeRecord.Name);
224
- m_fileRecord.Attributes.Add(attributeRecord);
+ FileRecordHelper.InsertSorted(m_fileRecord.Attributes, attributeRecord);
225
}
226
m_attributeRecord = attributeRecord;
227
0 commit comments