Prevented premature BURN_DRIVE_IDLE introduced with revision 443

This commit is contained in:
2006-11-25 18:30:06 +00:00
parent 3d5cb04093
commit 9270f41c65
3 changed files with 3 additions and 5 deletions

View File

@ -920,13 +920,12 @@ return crap. so we send the command, then ignore the result.
sleep(1);
burn_print(1, "done\n");
d->busy = BURN_DRIVE_IDLE;
/* ts A61125 : update media state records */
burn_drive_mark_unready(d);
burn_drive_inquire_media(d);
burn_print(1, "done\n");
/* ts A61012 : This return was traditionally missing. I suspect this
to have caused Cdrskin_eject() failures */
return;