Implemented -calm_drive "leave" for -outdev
This commit is contained in:
parent
b51c7b1db2
commit
f42884bb2b
@ -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);
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2024.10.26.220042"
|
||||
#define Xorriso_timestamP "2024.10.26.220214"
|
||||
|
Loading…
Reference in New Issue
Block a user