Fix build issues

This commit is contained in:
Matt Nadareski
2020-12-09 14:56:38 -08:00
parent 549c93bb43
commit 9e88a0ab27
3 changed files with 25 additions and 25 deletions

View File

@@ -98,7 +98,7 @@ namespace SabreTools.FileTypes
return false;
// If the bytes don't match, we don't have an AaruFormat
if (!magicBytes.StartsWith(Constants.AaruFormatSignature))
if (!magicBytes.StartsWith(AaruFormatSignature))
return false;
return true;