mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix build issues
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user