mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 16:34:56 -04:00
Changed CRC errors management.
This commit is contained in:
@ -299,7 +299,7 @@ void FileComic::fileExtracted(int index, const QByteArray & rawData)
|
||||
|
||||
void FileComic::crcError(int index)
|
||||
{
|
||||
emit errorOpening(tr("CRC error on page (%1): some of the pages will not be displayed correctly").arg(index));
|
||||
emit crcErrorFound(tr("CRC error on page (%1): some of the pages will not be displayed correctly").arg(index+1));
|
||||
}
|
||||
|
||||
//TODO: comprobar que si se produce uno de estos errores, la carga del c<>mic es irrecuperable
|
||||
|
Reference in New Issue
Block a user