Opening ABCs in ZIP files

This commit is contained in:
Jindra Petřík
2022-11-20 22:12:19 +01:00
parent 664ea1bf23
commit 79816ce26a
3 changed files with 68 additions and 32 deletions
@@ -511,7 +511,7 @@ public class ABC implements Openable {
this.parentTag = tag;
this.file = file;
this.fileTitle = fileTitle;
if (file != null) {
if (file != null || fileTitle != null) {
isOpenable = true;
}