mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Zip - show gzip compression progress
This commit is contained in:
parent
c2c6590ae4
commit
952ceb722e
1 changed files with 3 additions and 3 deletions
|
|
@ -293,7 +293,7 @@ uses
|
|||
Windows,
|
||||
{$ENDIF}
|
||||
SysUtils,
|
||||
AbBitBkt, AbDfBase, AbDfDec, AbZlibPrc, AbExcept, AbResString,
|
||||
AbBitBkt, AbDfBase, AbDfDec, AbZlibPrc, AbExcept, AbResString, AbProgress,
|
||||
AbVMStrm, DCOSUtils, DCClassesUtf8, DCConvertEncoding;
|
||||
|
||||
const
|
||||
|
|
@ -1191,8 +1191,8 @@ begin
|
|||
end
|
||||
else begin
|
||||
CurItem.LastModTimeAsDateTime := AbGetFileTime(CurItem.DiskFileName);
|
||||
UncompressedStream := TFileStreamEx.Create(CurItem.DiskFileName,
|
||||
fmOpenRead or fmShareDenyWrite );
|
||||
UncompressedStream := TAbProgressFileStream.Create(CurItem.DiskFileName,
|
||||
fmOpenRead or fmShareDenyWrite, OnProgress);
|
||||
|
||||
try
|
||||
CurItem.UncompressedSize := UncompressedStream.Size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue