diff --git a/SabreTools.Library/Data/Constants.cs b/SabreTools.Library/Data/Constants.cs index 6d01f981..73b67017 100644 --- a/SabreTools.Library/Data/Constants.cs +++ b/SabreTools.Library/Data/Constants.cs @@ -507,7 +507,7 @@ namespace SabreTools.Library.Data public static readonly byte[] CabinetSignature = { 0x4d, 0x53, 0x43, 0x46 }; public static readonly byte[] CHDSignature = { 0x4d, 0x43, 0x6f, 0x6d, 0x70, 0x72, 0x48, 0x44 }; public static readonly byte[] ELFSignature = { 0x7f, 0x45, 0x4c, 0x46 }; - public static readonly byte[] GzSignature = { 0x1f, 0x8b }; + public static readonly byte[] GzSignature = { 0x1f, 0x8b, 0x08 }; public static readonly byte[] LRZipSignature = { 0x4c, 0x52, 0x5a, 0x49 }; public static readonly byte[] LZ4Signature = { 0x18, 0x4d, 0x22, 0x04 }; public static readonly byte[] LZ4SkippableMinSignature = { 0x18, 0x4d, 0x22, 0x04 };