mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-08-06 07:59:22 +00:00
Use new debug flag
This commit is contained in:
@@ -44,6 +44,7 @@ namespace BurnOutSharp.FileType
|
||||
|
||||
// Create the decompressor
|
||||
var decompressor = Library.CreateCABDecompressor(null);
|
||||
decompressor.Debug = scanner.IncludeDebug;
|
||||
|
||||
// Open the cab file
|
||||
var cabFile = decompressor.Open(file);
|
||||
|
||||
Submodule LibMSPackSharp updated: 87e0567afe...3badb87490
Reference in New Issue
Block a user