mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-15 13:25:05 +00:00
Break and set fixing flags if there's an appending error
This commit is contained in:
@@ -68,6 +68,10 @@ namespace BurnOutSharp.FileType
|
||||
if (error != Error.MSPACK_ERR_OK)
|
||||
{
|
||||
if (scanner.IncludeDebug) Console.WriteLine($"Error occurred appending '{cabFile2.Filename}' to '{cabFile.Filename}': {error}");
|
||||
|
||||
decompressor.FixMSZip = true;
|
||||
decompressor.Salvage = true;
|
||||
break;
|
||||
}
|
||||
|
||||
cabFile = cabFile2;
|
||||
|
||||
Reference in New Issue
Block a user