Removed surplus test expression
This commit is contained in:
parent
569905e456
commit
2de7a761eb
@ -990,7 +990,6 @@ not_enough_args:;
|
|||||||
} else if(strcmp(argv[i], "-no-emul-boot")==0 ||
|
} else if(strcmp(argv[i], "-no-emul-boot")==0 ||
|
||||||
strcmp(argv[i], "-boot-info-table")==0 ||
|
strcmp(argv[i], "-boot-info-table")==0 ||
|
||||||
strncmp(argv[i], "isolinux_mbr=", 13)==0 ||
|
strncmp(argv[i], "isolinux_mbr=", 13)==0 ||
|
||||||
strncmp(argv[i], "isolinux_mbr=", 13)==0 ||
|
|
||||||
strcmp(argv[i], "-eltorito-alt-boot")==0 ||
|
strcmp(argv[i], "-eltorito-alt-boot")==0 ||
|
||||||
strcmp(argv[i], "--protective-msdos-label")==0) {
|
strcmp(argv[i], "--protective-msdos-label")==0) {
|
||||||
boot_opt_list[boot_opt_count++]= i;
|
boot_opt_list[boot_opt_count++]= i;
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2010.06.11.174804"
|
#define Xorriso_timestamP "2010.06.13.105645"
|
||||||
|
Loading…
Reference in New Issue
Block a user