Another fix for Libisofs_mjg_boot_for_grub2 with original grub-mkrescue options

This commit is contained in:
Thomas Schmitt 2015-12-28 11:51:29 +01:00
parent fea7be5168
commit 93f3cb1823
1 changed files with 1 additions and 1 deletions

View File

@ -2073,7 +2073,7 @@ int iso_write_system_area(Ecma119Image *t, uint8_t *buf)
if (buf[446 + 4] != 0x00) {
if (buf[446 + 4] != 0xef)
if (buf[446 + 4] != 0xef && buf[446 + 4] != 0xee)
buf[446] |= 0x80;
#ifdef Libisofs_protective_msdos_plus_boot_dummY