diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 68238c8..30a717a 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2016.07.31.190417" +#define Cdrskin_timestamP "2016.09.10.083123" diff --git a/libburn/spc.c b/libburn/spc.c index 06f42b3..3193312 100644 --- a/libburn/spc.c +++ b/libburn/spc.c @@ -1459,6 +1459,16 @@ enum response scsi_error_msg(struct burn_drive *d, unsigned char *sense, "Cannot format medium, incompatible medium"); else if (*ascq == 7) sprintf(msg, "Cleaning failure"); + else if (*ascq == 8) + sprintf(msg, + "Cannot write, application code mismatch"); + else if (*ascq == 9) + sprintf(msg, "Current session not fixated for append"); + else if (*ascq == 10) + sprintf(msg, "Medium not formatted"); + else if (*ascq == 11) + sprintf(msg, + "Cannot write medium, unsupported medium version"); else break; goto return_fail;