mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-26 15:26:43 +00:00
Update DiskCDDVD.ZC
This commit is contained in:
parent
902364227f
commit
d8ec17ca9b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Bool ISOInit(CDrive *drive, I64 blk)
|
||||||
case ISOT_BOOT_RECORD:
|
case ISOT_BOOT_RECORD:
|
||||||
drv_offset += (2 * DVD_BLK_SIZE + DVD_BLK_SIZE) / BLK_SIZE;
|
drv_offset += (2 * DVD_BLK_SIZE + DVD_BLK_SIZE) / BLK_SIZE;
|
||||||
break;
|
break;
|
||||||
|
// TODO FIXME: ISOT_PRI_VOL_DESC isn't currently implemented, meaning only ISOs with Joliet filesystem are supported !
|
||||||
// case ISOT_PRI_VOL_DESC:
|
// case ISOT_PRI_VOL_DESC:
|
||||||
case ISOT_SUPPLEMENTARY_DESC:
|
case ISOT_SUPPLEMENTARY_DESC:
|
||||||
de = &iso->root_dir_record;
|
de = &iso->root_dir_record;
|
||||||
|
|
Loading…
Reference in a new issue