Skip to content

Commit e939ee8

Browse files
Continues
1 parent fe6eff2 commit e939ee8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

SabreTools.Serialization/Wrappers/PKZIP.Extraction.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public bool Extract(string outputDirectory, bool lookForHeader, bool includeDebu
6868
if (includeDebug) Console.WriteLine("Some or all files in zip are password-protected!");
6969
encrypted = true;
7070
}
71+
7172
continue;
7273
}
7374

SabreTools.Serialization/Wrappers/RAR.Extraction.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ private static bool ExtractNonSolid(RarArchive rarFile, string outDir, bool incl
238238
if (includeDebug) Console.WriteLine("Some or all files in RAR are password-protected!");
239239
encrypted = true;
240240
}
241+
241242
continue;
242243
}
243244

SabreTools.Serialization/Wrappers/SevenZip.Extraction.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ private static bool ExtractNonSolid(SevenZipArchive sevenZip, string outputDirec
206206
if (includeDebug) Console.WriteLine("Some or all files in 7z are password-protected!");
207207
encrypted = true;
208208
}
209+
209210
continue;
210211
}
211212

0 commit comments

Comments
 (0)