Util: Don't warn for new SU3 file types

This commit is contained in:
zzz
2021-11-03 08:11:05 -04:00
parent 78e4572a8c
commit 9c7b415d62

View File

@@ -885,7 +885,7 @@ public class SU3File {
System.out.println("File type " + ftype + " is not supported");
return false;
}
if (ft > TYPE_XML_GZ)
if (ft > TYPE_EXE)
System.out.println("Warning: File type " + ftype + " is undefined");
}
}