Bug fix: No usable media was detected with old MMC-1 drives

This commit is contained in:
2009-06-03 18:53:57 +00:00
parent 473e205c9e
commit 1ccedd5572
5 changed files with 112 additions and 48 deletions

View File

@ -232,7 +232,7 @@ int burn_drive_inquire_media(struct burn_drive *d)
/* ts A61020 : d->status was set to BURN_DISC_BLANK as pure guess */
/* ts A71128 : run read_disc_info() for any recognizeable profile */
if (d->current_profile > 0 ||
if (d->current_profile > 0 || d->current_is_guessed_profile ||
d->mdata->cdr_write || d->mdata->cdrw_write ||
d->mdata->dvdr_write || d->mdata->dvdram_write) {