fix arg processing

This commit is contained in:
zzz
2013-09-19 13:59:39 +00:00
parent 19cf8787d8
commit 9f2fa6a8be

View File

@@ -428,9 +428,11 @@ public class SU3File {
if (arg.equals("-t")) {
iter.remove();
stype = iter.next();
iter.remove();
} else if (arg.equals("-c")) {
iter.remove();
ctype = iter.next();
iter.remove();
}
}
if ("showversion".equals(cmd)) {