mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Same goes for the other a7800 actually
This commit is contained in:
@@ -64,7 +64,7 @@ namespace Deheader
|
||||
|
||||
// Determine the type of the file from the header, if possible
|
||||
string type = "";
|
||||
if (Regex.IsMatch(header, "^.415441524937383030") || Regex.IsMatch(header, "^.{200}41435455414C20434152542044415441205354415254532048455245"))
|
||||
if (Regex.IsMatch(header, "^.{2}415441524937383030") || Regex.IsMatch(header, "^.{200}41435455414C20434152542044415441205354415254532048455245"))
|
||||
{
|
||||
type = "a7800";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user