Browse Source

Cleanup. (So not an actual change.)

Martijn Laan 3 months ago
parent
commit
51ae4bba6d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Projects/Src/Compression.SevenZipDLLDecoder.pas

+ 1 - 0
Projects/Src/Compression.SevenZipDLLDecoder.pas

@@ -249,6 +249,7 @@ begin
   FFullPaths := FullPaths;
   FExtractedArchiveName := PathExtractName(ArchiveFileName);
   FOnExtractionProgress := OnExtractionProgress;
+  FOpRes := kOK;
 end;
 
 function TArchiveExtractCallback.SetTotal(total: UInt64): HRESULT;