mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Path table usage optional in CD-i filesystem (except for root).
This commit is contained in:
@@ -321,7 +321,7 @@ namespace DiscImageChef.Filesystems.ISO9660
|
|||||||
rootSize = rootEntry.size / fsvd.Value.logical_block_size;
|
rootSize = rootEntry.size / fsvd.Value.logical_block_size;
|
||||||
if(rootEntry.size % fsvd.Value.logical_block_size > 0) rootSize++;
|
if(rootEntry.size % fsvd.Value.logical_block_size > 0) rootSize++;
|
||||||
|
|
||||||
usePathTable = true;
|
usePathTable = usePathTable || pathTable.Length == 1;
|
||||||
useTransTbl = false;
|
useTransTbl = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user