mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implement "NM" system area.
This commit is contained in:
@@ -221,7 +221,7 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
|
||||
XmlFsType.Type = fsFormat;
|
||||
|
||||
if(jolietvd != null && this.@namespace == Namespace.Joliet)
|
||||
if(jolietvd != null && (this.@namespace == Namespace.Joliet || this.@namespace == Namespace.Rrip))
|
||||
{
|
||||
rootLocation = jolietvd.Value.root_directory_record.extent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user