diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index c4bddce..c95bab8 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2008.10.15.103224" +#define Cdrskin_timestamP "2008.11.01.121240" diff --git a/libburn/async.c b/libburn/async.c index aa1058b..e133cfe 100644 --- a/libburn/async.c +++ b/libburn/async.c @@ -495,7 +495,7 @@ void burn_disc_write(struct burn_write_opts *opts, struct burn_disc *disc) */ strcpy(reasons, "Write job parameters are unsuitable:\n"); if (burn_precheck_write(opts, disc, reasons + strlen(reasons), 1) - == BURN_WRITE_NONE) { + <= 0) { libdax_msgs_submit(libdax_messenger, opts->drive->global_index, 0x00020139, LIBDAX_MSGS_SEV_SORRY, LIBDAX_MSGS_PRIO_HIGH, diff --git a/libburn/libburn.h b/libburn/libburn.h index f00d1a3..9d01b10 100644 --- a/libburn/libburn.h +++ b/libburn/libburn.h @@ -813,7 +813,8 @@ void burn_allow_untested_profiles(int yes); If the path does not exist in the filesystem yet, it is attempted to create it as a regular file as soon as write operations are started. - The capabilities of role 3 resemble a blank DVD-R. + The capabilities of role 3 resemble a blank DVD-R. Nevertheless each + burn_disc_write() run may only write a single track. One may distinguish pseudo-drives from MMC drives by call burn_drive_get_drive_role().