mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
Update to 7-Zip Version 21.07
See: https://sourceforge.net/p/sevenzip/discussion/45797/thread/0a7b47970b/
This commit is contained in:
@@ -935,7 +935,10 @@ HRESULT CHandler::ParseDir(const Byte *p, size_t size, unsigned iNodeDir)
|
||||
return S_FALSE;
|
||||
|
||||
if (_isUTF)
|
||||
_isUTF = CheckUTF8_AString(item.Name);
|
||||
{
|
||||
// 21.07 : we force UTF8
|
||||
// _isUTF = CheckUTF8_AString(item.Name);
|
||||
}
|
||||
|
||||
if (iNode == 0)
|
||||
{
|
||||
@@ -1835,7 +1838,7 @@ STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
|
||||
|
||||
case kpidRevision: prop = _h.RevLevel; break;
|
||||
|
||||
case kpidINodeSize: prop = _h.InodeSize; break;
|
||||
case kpidINodeSize: prop = (UInt32)_h.InodeSize; break;
|
||||
|
||||
case kpidId:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user