Set the flush-bit in activate session.
This commit is contained in:
parent
055e0caeab
commit
5411f0be32
@ -161,7 +161,8 @@ int isoburn_activate_session(struct burn_drive *drive)
|
|||||||
if (o->fabricated_disc_status != BURN_DISC_APPENDABLE)
|
if (o->fabricated_disc_status != BURN_DISC_APPENDABLE)
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
ret = burn_random_access_write(drive, 0, (char*)o->target_iso_head, 64*2048, 0);
|
ret = burn_random_access_write(drive, 0, (char*)o->target_iso_head,
|
||||||
|
64*2048, 1);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user