Same goes for the other a7800 actually

This commit is contained in:
Matt Nadareski
2016-03-28 01:49:02 -07:00
parent d034645911
commit 07fb6674f1

View File

@@ -64,7 +64,7 @@ namespace Deheader
// Determine the type of the file from the header, if possible // Determine the type of the file from the header, if possible
string type = ""; 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"; type = "a7800";
} }