mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 18:44:46 +00:00
jump to resources view from hex view
This commit is contained in:
@@ -1532,7 +1532,7 @@ public class CommandLineArgumentParser {
|
||||
Integer min = null;
|
||||
Integer max = null;
|
||||
if (r.contains("-")) {
|
||||
String ps[] = r.split("\\-");
|
||||
String[] ps = r.split("\\-");
|
||||
if (ps.length != 2) {
|
||||
System.err.println("invalid range");
|
||||
badArguments("select");
|
||||
|
||||
Reference in New Issue
Block a user