Reacted on compiler warning of Debian Sid. (By accident the wrong code was

equivalent to the correct code.)
This commit is contained in:
Thomas Schmitt 2016-07-03 18:06:40 +02:00
parent 8407d9e936
commit cb519b3692
1 changed files with 1 additions and 1 deletions

View File

@ -3993,7 +3993,7 @@ int iso_analyze_mbr(IsoImage *image, IsoDataSource *src, int flag)
} }
if (sai->mbr_req_count >= 1 && if (sai->mbr_req_count >= 1 &&
(sai->mbr_req[0]->type_byte == 0xee || !is_isohybrid) && (sai->mbr_req[0]->type_byte == 0xee || !is_isohybrid) &&
!sai->prep_part_start > 0) { !(sai->prep_part_start > 0)) {
part = sai->mbr_req[0]; part = sai->mbr_req[0];
part2_start = 0; part2_start = 0;
if (sai->mbr_req_count >= 2) if (sai->mbr_req_count >= 2)