small fixes

This commit is contained in:
Honfika
2013-10-16 23:11:01 +02:00
parent d73f2bf3ac
commit 908e73e0b3
10 changed files with 20 additions and 52 deletions
@@ -127,7 +127,7 @@ public class ScriptPack {
} else {
abc.script_info[scriptIndex].traits.traits[t].convert(null, "", abcList, abc, false, exportMode, scriptIndex, -1, writer, new ArrayList<String>(), parallel);
}
String s = Graph.removeNonRefenrencedLoopLabels(writer.toString());
String s = Graph.removeNonRefenrencedLoopLabels(writer.toString(), false);
s = Helper.hexToComments(s);
fos.write(s.getBytes("utf-8"));
}