mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: BSD reversed mode checksum file format (fixes #349)
This commit is contained in:
parent
c47eef0226
commit
55ec158a2d
1 changed files with 6 additions and 1 deletions
|
|
@ -306,7 +306,12 @@ begin
|
|||
end;
|
||||
end;
|
||||
|
||||
FileName := Copy(FCheckSumFile.ValueFromIndex[I], 2, MaxInt);
|
||||
FileName := FCheckSumFile.ValueFromIndex[I];
|
||||
|
||||
if (Length(FileName) > 0) and (FileName[1] in [' ', '*']) then
|
||||
begin
|
||||
Delete(FileName, 1, 1);
|
||||
end;
|
||||
|
||||
AddFile(Path, FileName, FCheckSumFile.Names[I]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue