jump to resources view from hex view

This commit is contained in:
honfika@gmail.com
2016-08-01 16:53:54 +02:00
parent 234ed1c915
commit 5107a644cc
63 changed files with 23142 additions and 22930 deletions

View File

@@ -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");