loading dialog fix

This commit is contained in:
honfika@gmail.com
2015-01-20 16:19:07 +01:00
parent 4dcde9045b
commit 526edda6fa
4 changed files with 36 additions and 29 deletions

View File

@@ -881,7 +881,7 @@ public class CommandLineArgumentParser {
SWF exfile = new SWF(new FileInputStream(inFile), Configuration.parallelSpeedUp.get());
String outDir = outDirBase.getAbsolutePath();
if (!singleFile) {
Path.combine(outDir, exfile.getShortFileName());
outDir = Path.combine(outDir, inFile.getName());
}
List<Tag> extags = new ArrayList<>();