mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Sparse file attribute symbol
This commit is contained in:
parent
5edf5eac15
commit
a2ebfa5fcf
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue