mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 12:11:38 -06:00
22.00
This commit is contained in:
2
CPP/7zip/Archive/Iso/IsoIn.cpp
Normal file → Executable file
2
CPP/7zip/Archive/Iso/IsoIn.cpp
Normal file → Executable file
@@ -587,6 +587,8 @@ HRESULT CInArchive::Open2()
|
||||
for (MainVolDescIndex = VolDescs.Size() - 1; MainVolDescIndex > 0; MainVolDescIndex--)
|
||||
if (VolDescs[MainVolDescIndex].IsJoliet())
|
||||
break;
|
||||
/* FIXME: some volume can contain Rock Ridge, that is better than
|
||||
Joliet volume. So we need some way to detect such case */
|
||||
// MainVolDescIndex = 0; // to read primary volume
|
||||
const CVolumeDescriptor &vd = VolDescs[MainVolDescIndex];
|
||||
if (vd.LogicalBlockSize != kBlockSize)
|
||||
|
||||
Reference in New Issue
Block a user