Officially supporting combination -isohybrid-gpt-basdat -isohybrid-apm-hfsplus

This commit is contained in:
Thomas Schmitt 2014-09-28 08:59:28 +00:00
parent fff6557811
commit c3a8543588
2 changed files with 2 additions and 2 deletions

View File

@ -2363,7 +2363,7 @@ problem_handler_2:;
if(ret <= 0)
goto problem_handler_boot;
} else if(strcmp(argpt, "-isohybrid-gpt-basdat") == 0) {
xorriso->patch_isolinux_image = (xorriso->patch_isolinux_image & ~0x1fc) |
xorriso->patch_isolinux_image = (xorriso->patch_isolinux_image & ~0x0fc) |
(1 << 2);
} else if(strcmp(argpt, "-isohybrid-gpt-hfsplus") == 0) {
xorriso->patch_isolinux_image = (xorriso->patch_isolinux_image & ~0x0fc) |

View File

@ -1 +1 @@
#define Xorriso_timestamP "2014.09.23.064554"
#define Xorriso_timestamP "2014.09.28.085819"