Removed surplus test expression

This commit is contained in:
Thomas Schmitt 2010-06-13 10:57:30 +00:00
parent 569905e456
commit 2de7a761eb
2 changed files with 1 additions and 2 deletions

View File

@ -990,7 +990,6 @@ not_enough_args:;
} else if(strcmp(argv[i], "-no-emul-boot")==0 ||
strcmp(argv[i], "-boot-info-table")==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], "--protective-msdos-label")==0) {
boot_opt_list[boot_opt_count++]= i;

View File

@ -1 +1 @@
#define Xorriso_timestamP "2010.06.11.174804"
#define Xorriso_timestamP "2010.06.13.105645"