diff --git a/xorriso/drive_mgt.c b/xorriso/drive_mgt.c index e7591c9e..c7f40edf 100644 --- a/xorriso/drive_mgt.c +++ b/xorriso/drive_mgt.c @@ -833,7 +833,7 @@ int Xorriso_give_up_drive(struct XorrisO *xorriso, int flag) do_eject= 0; } if(drive!=NULL) - isoburn_drive_release_v2(drive, (do_eject << 1) | no_calm); + isoburn_drive_release_v2(drive, do_eject ? 1 : no_calm); if(dinfo!=NULL) burn_drive_info_free(dinfo); } diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index ed147713..e2e0a908 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2024.10.06.093626" +#define Xorriso_timestamP "2024.10.26.220042"