diff --git a/xorriso/drive_mgt.c b/xorriso/drive_mgt.c index 729668d6..970cd386 100644 --- a/xorriso/drive_mgt.c +++ b/xorriso/drive_mgt.c @@ -602,7 +602,7 @@ int Xorriso_aquire_drive(struct XorrisO *xorriso, char *adr, char *show_adr, {ret= -1; goto ex;} } if(start_lba >= 0) - isoburn_attach_start_lba(drive, lba, 0); + isoburn_attach_start_lba(drive, start_lba, 0); } if(!(flag&32)) Xorriso_toc(xorriso, 1 | 2 | 8); @@ -712,7 +712,7 @@ int Xorriso_aquire_drive(struct XorrisO *xorriso, char *adr, char *show_adr, iso_image_ref((IsoImage *) xorriso->in_volset_handle); isoburn_attach_image(out_drive, xorriso->in_volset_handle); if(start_lba >= 0) - isoburn_attach_start_lba(out_drive, ret, 0); + isoburn_attach_start_lba(out_drive, start_lba, 0); } Xorriso_process_msg_queues(xorriso,0); isoburn_ropt_get_size_what(ropts, &size, &has_what); diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 5d07bfbb..20c9c05a 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2024.03.18.214311" +#define Xorriso_timestamP "2024.03.19.090146"