Enabled quick formatting with DVD-RAM, made slow formatting default with BD-RE

This commit is contained in:
2008-04-26 15:07:39 +00:00
parent 5e4da147a5
commit f006ee5436
5 changed files with 67 additions and 24 deletions

View File

@ -615,7 +615,7 @@ void burn_disc_format_sync(struct burn_drive *d, off_t size, int flag)
d->cancel = 0;
d->busy = BURN_DRIVE_FORMATTING;
ret = d->format_unit(d, size, flag & 0xffb6); /* forward bits */
ret = d->format_unit(d, size, flag & 0xfff6); /* forward bits */
if (ret <= 0)
d->cancel = 1;