React properly on drive stating that it cannot write any media

This commit is contained in:
2007-03-15 19:46:26 +00:00
parent c03d02ff39
commit 413c3455b3
2 changed files with 4 additions and 1 deletions

View File

@ -206,6 +206,9 @@ int burn_drive_inquire_media(struct burn_drive *d)
} else {
if (d->current_profile == -1 || d->current_is_cd_profile)
d->read_toc(d);
/* ts A70314 */
d->status = BURN_DISC_UNSUITABLE;
}
return 1;
}