FIX: Sparse file attribute symbol

This commit is contained in:
Alexander Koblov 2017-07-23 20:05:38 +00:00
commit a2ebfa5fcf

View file

@ -219,7 +219,7 @@ begin
s := s + GetCheckStr(cbCompressed, 'c');
s := s + GetCheckStr(cbEncrypted, 'e');
s := s + GetCheckStr(cbTemporary, 't');
s := s + GetCheckStr(cbSparse, 's');
s := s + GetCheckStr(cbSparse, 'p');
end;
edtTextAttrs.Text := s;