mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Cannot use TRANS.TBL in CD-i.
This commit is contained in:
@@ -259,6 +259,7 @@ namespace DiscImageChef.Filesystems.ISO9660
|
|||||||
if(rootEntry.size % fsvd.Value.logical_block_size > 0) rootSize++;
|
if(rootEntry.size % fsvd.Value.logical_block_size > 0) rootSize++;
|
||||||
|
|
||||||
usePathTable = true;
|
usePathTable = true;
|
||||||
|
useTransTbl = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(rootLocation + rootSize >= imagePlugin.Info.Sectors) return Errno.InvalidArgument;
|
if(rootLocation + rootSize >= imagePlugin.Info.Sectors) return Errno.InvalidArgument;
|
||||||
|
|||||||
Reference in New Issue
Block a user