Skip "SF" system area.

This commit is contained in:
2019-07-28 18:32:41 +01:00
parent 24920776ed
commit 82d645b83c

View File

@@ -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: