mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Error 6 occurs when a 7z file is damaged and can't be uncompressed
This commit is contained in:
parent
8ab5d4884b
commit
c2d74a55e0
1 changed files with 4 additions and 0 deletions
|
@ -467,6 +467,10 @@ bool CFilesExtractor::extract7z()
|
|||
error = QApplication::tr("7zip decoder doesn't support this archive");
|
||||
break;
|
||||
|
||||
case SZ_ERROR_INPUT_EOF:
|
||||
error = QApplication::tr("Errors in 7z file");
|
||||
break;
|
||||
|
||||
case SZ_ERROR_FAIL:
|
||||
// error already defined
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue