mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Bug [0001179] Archiv Test raises error (wrong extension)
This commit is contained in:
parent
74184084c2
commit
ff26e53c41
1 changed files with 3 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ begin
|
|||
if aFileView.FileSource.IsClass(TFileSystemFileSource) then
|
||||
begin
|
||||
for I := 0 to aFiles.Count - 1 do // test all selected archives
|
||||
begin
|
||||
try
|
||||
// Check if there is a ArchiveFileSource for possible archive.
|
||||
ArchiveFileSource := GetArchiveFileSource(aFileView.FileSource, aFiles[i]);
|
||||
|
||||
|
|
@ -228,6 +228,8 @@ begin
|
|||
end;
|
||||
// Short pause, so that all operations are not spawned at once.
|
||||
Sleep(100);
|
||||
except
|
||||
on E: Exception do msgError(E.Message + LineEnding + aFiles[i].FullPath);
|
||||
end; // for
|
||||
end
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue