blkid_probe_set_block_size(pr, 2048);
- if (!is_str_empty(iso->system_id, sizeof(iso->system_id)))
- blkid_probe_set_id_label(pr, "SYSTEM_ID",
+ blkid_probe_set_id_label(pr, "SYSTEM_ID",
iso->system_id, sizeof(iso->system_id));
if (!is_str_empty(iso->publisher_id, sizeof(iso->publisher_id)))
break;
if (boot->vd_type == ISO_VD_BOOT_RECORD) {
- if (!is_str_empty(boot->boot_system_id,
- sizeof(boot->boot_system_id)))
- blkid_probe_set_id_label(pr, "BOOT_SYSTEM_ID",
+ blkid_probe_set_id_label(pr, "BOOT_SYSTEM_ID",
boot->boot_system_id,
sizeof(boot->boot_system_id));
off += ISO_SECTOR_SIZE;