Fix build

This commit is contained in:
Matt Nadareski
2024-04-26 22:13:27 -04:00
parent 6ab9f730f9
commit 0af67e5802
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ namespace BinaryObjectScanner
case WrapperType.PAK: return new FileType.PAK();
case WrapperType.PFF: return new FileType.PFF();
case WrapperType.PKZIP: return new FileType.PKZIP();
//case WrapperType.PLJ: return new FileType.PLJ();
//case WrapperType.PlayJAudioFile: return new FileType.PLJ();
//case WrapperType.Quantum: return new FileType.Quantum();
case WrapperType.RAR: return new FileType.RAR();
case WrapperType.SevenZip: return new FileType.SevenZip();

View File

@@ -497,7 +497,7 @@ namespace Test
#if ((NETFRAMEWORK && !NET20 && !NET35 && !NET40) || NETCOREAPP) && WIN
// MoPaQ (MPQ) archive
else if (ft == WrapperType.MPQ)
else if (ft == WrapperType.MoPaQ)
{
// Build the archive information
Console.WriteLine("Extracting MoPaQ contents");