Recognizing isohybrid MBRs with more than one partition entry

master
Thomas Schmitt 11 years ago
parent 7cff13d200
commit c79d39b361

@ -795,11 +795,6 @@ no_boot:;
if(i >= 426)
has_isolinux_mbr= 0;
}
for(i= 462; i < 510; i++)
if(lb0[i])
break;
if(i < 510)
has_isolinux_mbr= 0;
}
if(has_isolinux_mbr)
strcat(respt, " , ISOLINUX isohybrid MBR pointing to boot image");

@ -1 +1 @@
#define Xorriso_timestamP "2013.03.18.204322"
#define Xorriso_timestamP "2013.04.12.181739"

Loading…
Cancel
Save