mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 12:07:03 -06:00
18.05
This commit is contained in:
@@ -209,6 +209,8 @@ void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, AString &s)
|
||||
s = "Is not archive";
|
||||
else if (opRes == NArchive::NExtract::NOperationResult::kHeadersError)
|
||||
s = "kHeaders Error";
|
||||
else if (opRes == NArchive::NExtract::NOperationResult::kWrongPassword)
|
||||
s = "Wrong Password";
|
||||
else
|
||||
{
|
||||
s = "Error #";
|
||||
|
||||
Reference in New Issue
Block a user