mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 00:07:09 -06:00
Update to 7-Zip Version 21.02
This commit is contained in:
@@ -240,7 +240,7 @@ STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
|
||||
mainIndex = -1;
|
||||
break;
|
||||
}
|
||||
mainIndex = i;
|
||||
mainIndex = (int)i;
|
||||
}
|
||||
}
|
||||
if (mainIndex >= 0)
|
||||
|
||||
Reference in New Issue
Block a user