Issue #513: allow skipping tag check on command line extract

This commit is contained in:
Honfika
2014-02-25 19:06:02 +01:00
parent da7ce42746
commit ad05cc4fc9
7 changed files with 25 additions and 14 deletions
@@ -230,7 +230,7 @@ public class Main {
SWFBundle bundle = null;
if (inputStream == null) {
inputStream = new BufferedInputStream(new FileInputStream(sourceInfo.getFile()));
bundle = sourceInfo.getBundle();
bundle = sourceInfo.getBundle(false);
logger.log(Level.INFO, "Load file: {0}", sourceInfo.getFile());
} else if (inputStream instanceof SeekableInputStream
|| inputStream instanceof BufferedInputStream) {