From 1a0e16a05b77bad4be285d272b4ffc00c1b5c097 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 1 Jun 2022 12:01:14 -0700 Subject: [PATCH] Use new debug flag --- BurnOutSharp/FileType/MicrosoftCAB.cs | 1 + LibMSPackSharp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BurnOutSharp/FileType/MicrosoftCAB.cs b/BurnOutSharp/FileType/MicrosoftCAB.cs index 6ebf8561..37b028d3 100644 --- a/BurnOutSharp/FileType/MicrosoftCAB.cs +++ b/BurnOutSharp/FileType/MicrosoftCAB.cs @@ -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); diff --git a/LibMSPackSharp b/LibMSPackSharp index 87e0567a..3badb874 160000 --- a/LibMSPackSharp +++ b/LibMSPackSharp @@ -1 +1 @@ -Subproject commit 87e0567afe7648b95c658b93c9b19123bacde93d +Subproject commit 3badb8749021af30351363fe580aa0695c4526ef