I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit 9c7b415d authored by zzz's avatar zzz
Browse files

Util: Don't warn for new SU3 file types

parent 78e4572a
No related branches found
No related tags found
No related merge requests found
......@@ -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");
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment