Cannot use TRANS.TBL in CD-i.

This commit is contained in:
2019-07-31 04:51:39 +01:00
parent 5a6ed22d98
commit 84d4541cba

View File

@@ -259,6 +259,7 @@ namespace DiscImageChef.Filesystems.ISO9660
if(rootEntry.size % fsvd.Value.logical_block_size > 0) rootSize++;
usePathTable = true;
useTransTbl = false;
}
if(rootLocation + rootSize >= imagePlugin.Info.Sectors) return Errno.InvalidArgument;