Introduced size parameter to DVD-RW formatting plus writing of zeros.

This commit is contained in:
2007-01-08 10:42:54 +00:00
parent bd925d41ee
commit c9a9da9554
5 changed files with 89 additions and 11 deletions

View File

@ -1149,6 +1149,7 @@ ex:;
burn_drive_mark_unready(d);
burn_drive_inquire_media(d);
d->busy = BURN_DRIVE_IDLE;
return ret;
early_failure:;
return 0;
@ -1316,6 +1317,7 @@ return crap. so we send the command, then ignore the result.
burn_drive_inquire_media(d);
burn_print(1, "done\n");
d->busy = BURN_DRIVE_IDLE;
/* ts A61012 : This return was traditionally missing. I suspect this
to have caused Cdrskin_eject() failures */