mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 10:55:12 +00:00
Fixed: #2456 FLA export - NullPointer exception while exporting to CS4 or lower via commandline
This commit is contained in:
@@ -6020,7 +6020,9 @@ public class XFLConverter {
|
||||
}
|
||||
|
||||
if (cbfFlaVersion != null) {
|
||||
progressListener.status("Converting to " + cbfFlaVersion + " ...");
|
||||
if (progressListener != null) {
|
||||
progressListener.status("Converting to " + cbfFlaVersion + " ...");
|
||||
}
|
||||
try {
|
||||
InputStorageInterface inputStorage = new ZippedInputStorage(new File(zipfile));
|
||||
OutputStorageInterface outputStorage = new CfbOutputStorage(new File(outfile));
|
||||
|
||||
Reference in New Issue
Block a user