Corrected abort preventing bug introduced with revision 1131
This commit is contained in:
parent
bc1944b970
commit
ed53a67a2b
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2007.10.04.210245"
|
#define Cdrskin_timestamP "2007.10.04.213107"
|
||||||
|
@ -171,7 +171,7 @@ int burn_drive_is_occupied(struct burn_drive *d)
|
|||||||
alive ? */;
|
alive ? */;
|
||||||
/* >>> what to do if writer is dead ?
|
/* >>> what to do if writer is dead ?
|
||||||
At least sync disc ?*/;
|
At least sync disc ?*/;
|
||||||
|
return 50;
|
||||||
}
|
}
|
||||||
if(d->busy == BURN_DRIVE_READING) {
|
if(d->busy == BURN_DRIVE_READING) {
|
||||||
return 50;
|
return 50;
|
||||||
|
Loading…
Reference in New Issue
Block a user