mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Update packages
This commit is contained in:
@@ -97,11 +97,7 @@ namespace SabreTools.FileTypes.Aaru
|
||||
return false;
|
||||
|
||||
// If the bytes don't match, we don't have an AaruFormat
|
||||
#if NET20
|
||||
if (!Matching.Extensions.StartsWith(magicBytes, AaruFormatSignature))
|
||||
#else
|
||||
if (!magicBytes.StartsWith(AaruFormatSignature))
|
||||
#endif
|
||||
return false;
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user