Bug fix: -as mkisofs -partition_hd_cyl had no effect
This commit is contained in:
parent
8ac572c71c
commit
d3a905bd27
@ -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++;
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2011.02.26.100158"
|
||||
#define Xorriso_timestamP "2011.02.28.190842"
|
||||
|
Loading…
Reference in New Issue
Block a user