Fixed denial of fast formatting with BD-RE introduced by revision 2280
This commit is contained in:
parent
c279280b2d
commit
b15ff43eb7
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2008.12.19.203523"
|
||||
#define Cdrskin_timestamP "2008.12.22.130527"
|
||||
|
@ -449,7 +449,7 @@ void burn_disc_format(struct burn_drive *drive, off_t size, int flag)
|
||||
return;
|
||||
|
||||
}
|
||||
if ((flag & 6) != 3 || (flag & 128)) {
|
||||
if ((flag & 6) != 6 || (flag & 128)) {
|
||||
if ((flag & 64) && !(drive->current_feat23h_byte4 & 2)) {
|
||||
if (drive->current_feat23h_byte4 & 1) {
|
||||
libdax_msgs_submit(libdax_messenger,
|
||||
|
Loading…
Reference in New Issue
Block a user