|
|
|
@ -2047,9 +2047,10 @@ static int Xorriso_scan_report_lines(struct XorrisO *xorriso,
|
|
|
|
|
/* Check El Torito EFI boot images for same path */ |
|
|
|
|
for(et_idx= 0; isohybrid && et_idx < elto_count; et_idx++) |
|
|
|
|
if(strcmp(et_imgs[et_idx].path, textpt) == 0) { |
|
|
|
|
if(apms[idx].ptype == 1) |
|
|
|
|
if(apms[idx].ptype == 1) { |
|
|
|
|
et_imgs[et_idx].do_apm_hfsplus= 1; |
|
|
|
|
cared_for_apm= 1; |
|
|
|
|
} |
|
|
|
|
break; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|