Removed a surplus test statement with -boot_image any show_status. Coverity CID 28713.

This commit is contained in:
Thomas Schmitt 2015-11-09 09:55:32 +00:00
parent 82a0234a91
commit dff591b0d8
2 changed files with 2 additions and 7 deletions

View File

@ -564,12 +564,7 @@ int Xorriso_boot_status_non_mbr(struct XorrisO *xorriso, IsoImage *image,
strcat(line, "\n");
Xorriso_status_result(xorriso, filter, fp, flag & 2);
return(0);
}
if(sa_type != 1 && sa_type != 2 && sa_type != 4 && sa_type != 5 &&
sa_type != 6)
return(0);
if(sa_type == 1 || sa_type == 2) {
} else if(sa_type == 1 || sa_type == 2) {
num_boots= iso_image_get_mips_boot_files(image, paths, 0);
Xorriso_process_msg_queues(xorriso, 0);
if(num_boots > 0) {

View File

@ -1 +1 @@
#define Xorriso_timestamP "2015.11.08.202957"
#define Xorriso_timestamP "2015.11.09.095505"