From 04afd1c958ac47debc7ce15dedff2846d8c7ba75 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 17 Nov 2013 10:25:01 +0000 Subject: [PATCH] Resetting the drive failure status before starting random-access writing --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/write.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 9d301e6..9d9cc19 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2013.11.16.170431" +#define Cdrskin_timestamP "2013.11.17.102351" diff --git a/libburn/write.c b/libburn/write.c index 29358ca..23c8f1d 100644 --- a/libburn/write.c +++ b/libburn/write.c @@ -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;