Implemented -calm_drive "leave" for -outdev

This commit is contained in:
Thomas Schmitt 2024-10-27 00:02:56 +02:00
parent b51c7b1db2
commit f42884bb2b
2 changed files with 2 additions and 2 deletions

View File

@ -868,7 +868,7 @@ int Xorriso_give_up_drive(struct XorrisO *xorriso, int flag)
"on attempt to give up drive", 2);
if(ret >= 0 && !in_is_out_too) {
if(drive!=NULL)
isoburn_drive_release(drive, do_eject);
isoburn_drive_release_v2(drive, do_eject ? 1 : no_calm);
if(dinfo!=NULL)
burn_drive_info_free(dinfo);
}

View File

@ -1 +1 @@
#define Xorriso_timestamP "2024.10.26.220042"
#define Xorriso_timestamP "2024.10.26.220214"