Decode "RR" system area.

This commit is contained in:
2019-07-28 17:31:30 +01:00
parent 282781cfd1
commit ebc775fec2

View File

@@ -428,7 +428,12 @@ namespace DiscImageChef.Filesystems.ISO9660
systemAreaOff += amiga.length;
break;
// This merely indicates the existence of RRIP extensions, we don't need it
case RRIP_MAGIC:
byte rripLength = data[systemAreaOff + 2];
systemAreaOff += rripLength;
break;
case RRIP_POSIX_ATTRIBUTES:
case RRIP_POSIX_DEV_NO:
case RRIP_SYMLINK: