mirror of
https://github.com/YACReader/yacreader
synced 2026-01-30 11:53:32 -05:00
fixed crash after open CompressedArchive fail
This commit is contained in:
@ -424,6 +424,7 @@ void FileComic::process()
|
||||
emit errorOpening(tr("Format not supported"));
|
||||
return;
|
||||
}
|
||||
|
||||
//se filtran para obtener s<>lo los formatos soportados
|
||||
_order = archive.getFileNames();
|
||||
_fileNames = filter(_order);
|
||||
|
||||
Reference in New Issue
Block a user