Bug fix: -as mkisofs -partition_hd_cyl had no effect

This commit is contained in:
Thomas Schmitt 2011-02-28 19:08:33 +00:00
parent 420535c275
commit 475e8fdea0
2 changed files with 2 additions and 2 deletions

View File

@ -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++;

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.02.26.100158"
#define Xorriso_timestamP "2011.02.28.190842"