From c3a8543588b3d97395b5f76de7f2a8df642fb59c Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 28 Sep 2014 08:59:28 +0000 Subject: [PATCH] Officially supporting combination -isohybrid-gpt-basdat -isohybrid-apm-hfsplus --- xorriso/emulators.c | 2 +- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xorriso/emulators.c b/xorriso/emulators.c index d443af10..8cb2d606 100644 --- a/xorriso/emulators.c +++ b/xorriso/emulators.c @@ -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) | diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 0a80997a..e06ba3b8 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2014.09.23.064554" +#define Xorriso_timestamP "2014.09.28.085819"