Resetting the drive failure status before starting random-access writing

1.3.4
Thomas Schmitt 10 years ago
parent 83eac67cf5
commit 04afd1c958

@ -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)
{ret = 0; goto ex;}
}
d->cancel = 0;
d->busy = BURN_DRIVE_WRITING_SYNC;
d->buffer = buf;

Loading…
Cancel
Save