Commandline arguments to (de)compress SWF and to dump SWF tags.

This commit is contained in:
Jindra Pet��k
2012-01-02 10:25:14 +01:00
parent a32835dd2f
commit 67c124e28c
3 changed files with 65 additions and 8 deletions
@@ -596,7 +596,7 @@ public class SWFInputStream extends InputStream {
break;
}
tags.add(tag);
if (Main.DUMP_TAGS && level == 0) {
if (Main.dump_tags && level == 0) {
dumpTag(System.out, version, tag, level);
}
}