Removed bug in burn_disc_write_sync(): BURN_DRIVE_IDLE, then d->sync_cache()

This commit is contained in:
2006-10-13 11:46:07 +00:00
parent 0accb7728a
commit 1bda5fe4fa
5 changed files with 10 additions and 4 deletions

View File

@ -3984,6 +3984,8 @@ int Cdrskin_eject(struct CdrskiN *skin, int flag)
if(skin->n_drives<=skin->driveno || skin->driveno < 0)
return(2);
/* <<< A61012 : retry loop might now be obsolete
(a matching bug in burn_disc_write_sync() was removed ) */
for(i= 0;i<max_try;i++) {
ret= Cdrskin_grab_drive(skin,2|((i<max_try-1)<<2));
if(ret>0 || i>=max_try-1)

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2006.10.11.191959"
#define Cdrskin_timestamP "2006.10.13.114554"