Resetting the drive failure status before starting random-access writing
This commit is contained in:
parent
412e5e04b9
commit
098a1832bf
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2013.11.16.170431"
|
#define Cdrskin_timestamP "2013.11.17.102351"
|
||||||
|
@ -3228,6 +3228,7 @@ int burn_random_access_write(struct burn_drive *d, off_t byte_address,
|
|||||||
if (fd == -1)
|
if (fd == -1)
|
||||||
{ret = 0; goto ex;}
|
{ret = 0; goto ex;}
|
||||||
}
|
}
|
||||||
|
d->cancel = 0;
|
||||||
d->busy = BURN_DRIVE_WRITING_SYNC;
|
d->busy = BURN_DRIVE_WRITING_SYNC;
|
||||||
d->buffer = buf;
|
d->buffer = buf;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user