mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Skip "SF" system area.
This commit is contained in:
@@ -588,6 +588,11 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
systemAreaOff += tfLength;
|
||||
break;
|
||||
case RRIP_SPARSE:
|
||||
// TODO
|
||||
byte sfLength = data[systemAreaOff + 2];
|
||||
systemAreaOff += sfLength;
|
||||
|
||||
break;
|
||||
case SUSP_CONTINUATION:
|
||||
case SUSP_PADDING:
|
||||
case SUSP_INDICATOR:
|
||||
|
||||
Reference in New Issue
Block a user