This commit is contained in:
Jindra Pet��k
2013-01-03 22:15:03 +01:00
parent 8c7b52e6af
commit 8095ce1a66
51 changed files with 2477 additions and 108 deletions
+2 -2
View File
@@ -523,7 +523,7 @@ public class Main {
System.err.println("FAIL");
}
} else if (args[pos].equals("-decompress")) {
if (args.length < 3) {
if (args.length < pos+3) {
badArguments();
}
@@ -535,7 +535,7 @@ public class Main {
System.exit(1);
}
} else if (args[pos].equals("-dumpSWF")) {
if (args.length < 2) {
if (args.length < pos+2) {
badArguments();
}
try {