Corrected abort preventing bug introduced with revision 1131

This commit is contained in:
Thomas Schmitt 2007-10-04 21:29:49 +00:00
parent bc1944b970
commit ed53a67a2b
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.10.04.210245"
#define Cdrskin_timestamP "2007.10.04.213107"

View File

@ -171,7 +171,7 @@ int burn_drive_is_occupied(struct burn_drive *d)
alive ? */;
/* >>> what to do if writer is dead ?
At least sync disc ?*/;
return 50;
}
if(d->busy == BURN_DRIVE_READING) {
return 50;