mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Skip "SL" system area.
This commit is contained in:
@@ -464,6 +464,11 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
systemAreaOff += pnLength;
|
||||
break;
|
||||
case RRIP_SYMLINK:
|
||||
// TODO
|
||||
byte slLength = data[systemAreaOff + 2];
|
||||
systemAreaOff += slLength;
|
||||
|
||||
break;
|
||||
case RRIP_NAME:
|
||||
case RRIP_CHILDLINK:
|
||||
case RRIP_PARENTLINK:
|
||||
|
||||
Reference in New Issue
Block a user