diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index d660fb0..d40240b 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2008.02.22.150939" +#define Cdrskin_timestamP "2008.02.22.213527" diff --git a/libburn/libdax_msgs.c b/libburn/libdax_msgs.c index 5f4d370..84ca9a4 100644 --- a/libburn/libdax_msgs.c +++ b/libburn/libdax_msgs.c @@ -268,7 +268,7 @@ int libdax_msgs__text_to_sev(char *severity_name, int *severity, *severity= LIBDAX_MSGS_SEV_UPDATE; else if(strncmp(severity_name,"DEBUG",5)==0) *severity= LIBDAX_MSGS_SEV_DEBUG; - else if(strncmp(severity_name,"ERRFILE",8)==0) + else if(strncmp(severity_name,"ERRFILE",7)==0) *severity= LIBDAX_MSGS_SEV_ERRFILE; else if(strncmp(severity_name,"ALL",3)==0) *severity= LIBDAX_MSGS_SEV_ALL; diff --git a/libburn/libdax_msgs.h b/libburn/libdax_msgs.h index 43015b0..722984c 100644 --- a/libburn/libdax_msgs.h +++ b/libburn/libdax_msgs.h @@ -565,7 +565,7 @@ Range "vreixo" : 0x00030000 to 0x0003ffff 0x0003ff76 (FAILURE,HIGH) = Cannot seek to specified location 0x0003ff75 (HINT,MEDIUM) = File not supported in ECMA-119 tree and ignored 0x0003ff74 (HINT,MEDIUM) = File bigger than supported by used standard - 0x0003ff73 (SORRY,HIGH) = File read error during image creation + 0x0003ff73 (MISHAP,HIGH) = File read error during image creation 0x0003ff72 (HINT,MEDIUM) = Cannot convert filename to requested charset 0x0003ff71 (SORRY,HIGH) = File cannot be added to the tree 0x0003ff70 (HINT,MEDIUM) = File path breaks specification constraints @@ -585,7 +585,8 @@ Range "vreixo" : 0x00030000 to 0x0003ffff 0x0003feb5 (WARNING,HIGH) = Multiple ER SUSP entries found 0x0003feb4 (HINT,MEDIUM) = Unsupported volume descriptor found 0x0003feb3 (WARNING,HIGH) = El-Torito related warning - 0x0003feb2 (SORRY,HIGH) = Image write cancelled + 0x0003feb2 (MISHAP,HIGH) = Image write cancelled + 0x0003feb1 (WARNING,HIGH) = El-Torito image is hidden Outdated codes which may not be re-used for other purposes than re-instating them, if ever: