Quellcode durchsuchen

Cleanup. (So not an actual change.)

Martijn Laan vor 3 Monaten
Ursprung
Commit
51ae4bba6d
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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;