Move items from Debug tab in advanced settings to other tabs to avoid acidentally setting it,

reseting most of them by renaming.
This commit is contained in:
Jindra Petřík
2016-02-19 16:52:44 +01:00
parent cbfb11452b
commit 85c252e724
15 changed files with 129 additions and 153 deletions

View File

@@ -1628,7 +1628,7 @@ public class SWFInputStream implements AutoCloseable {
logger.log(Level.SEVERE, "Problem in " + timelined.toString(), ex);
}
if (Configuration.debugMode.get()) {
if (Configuration._debugMode.get()) {
byte[] data = ret.getOriginalData();
byte[] dataNew = ret.getData();
int ignoreFirst = 0;