Recognizing isohybrid MBRs with more than one partition entry

This commit is contained in:
Thomas Schmitt 2013-04-12 18:22:20 +00:00
parent 25bf26d686
commit 3faabf0ce6
2 changed files with 1 additions and 6 deletions

View File

@ -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");

View File

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