From 475e8fdea0433f39e79cb1806c8e8b0861f58f55 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 28 Feb 2011 19:08:33 +0000 Subject: [PATCH] Bug fix: -as mkisofs -partition_hd_cyl had no effect --- 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 1b6d1413..bf55ef4b 100644 --- a/xorriso/emulators.c +++ b/xorriso/emulators.c @@ -1798,7 +1798,7 @@ problem_handler_2:; xorriso->boot_image_cat_hidden|= 3; } else if(strcmp(argv[i], "-partition_offset") == 0 || strcmp(argv[i], "-partition_sec_hd") == 0 || - strcmp(argv[i], "-partition_dh_cyl") == 0) { + strcmp(argv[i], "-partition_hd_cyl") == 0) { if(i+1>=argc) goto not_enough_args; i++; diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 96f4c532..3fdc75ff 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2011.02.26.100158" +#define Xorriso_timestamP "2011.02.28.190842"