mirror of
https://github.com/YACReader/yacreader
synced 2025-10-01 09:35:40 -04: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