Requiring libisofs-0.6.16 now
This commit is contained in:
@@ -472,12 +472,7 @@ int isoburn_prepare_disc_aux(struct burn_drive *in_d, struct burn_drive *out_d,
|
||||
isoburn_data_source_shutdown(in_o->iso_data_source, 0);
|
||||
}
|
||||
|
||||
#ifdef Libisofs_has_iwo_get_data_starT
|
||||
ret= iso_write_opts_get_data_start(wopts, &data_start, 0);
|
||||
#else
|
||||
ret= ISO_ERROR;
|
||||
#endif
|
||||
|
||||
opts->data_start_lba= -1;
|
||||
if(ret > 0 && data_start <= 0x7FFFFFFF)
|
||||
opts->data_start_lba= data_start;
|
||||
|
Reference in New Issue
Block a user