From 1364238c14530393ba4f1464fe57dca7f4566225 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 3 Feb 2008 09:21:01 +0000 Subject: [PATCH] Registered error code range "libisofs-xorriso" --- libburn/trunk/cdrskin/cdrskin_timestamp.h | 2 +- libburn/trunk/libburn/libdax_msgs.h | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/libburn/trunk/cdrskin/cdrskin_timestamp.h b/libburn/trunk/cdrskin/cdrskin_timestamp.h index 3c23d298..9b54e4b3 100644 --- a/libburn/trunk/cdrskin/cdrskin_timestamp.h +++ b/libburn/trunk/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2008.02.01.100530" +#define Cdrskin_timestamP "2008.02.03.092013" diff --git a/libburn/trunk/libburn/libdax_msgs.h b/libburn/trunk/libburn/libdax_msgs.h index cf9a45db..c4d301af 100644 --- a/libburn/trunk/libburn/libdax_msgs.h +++ b/libburn/trunk/libburn/libdax_msgs.h @@ -499,6 +499,9 @@ Range "scdbackup" : 0x00020000 to 0x0002ffff ------------------------------------------------------------------------------ Range "vreixo" : 0x00030000 to 0x0003ffff +This has been abandoned and may not be re-used for other purposes than +re-instating the old numbers and further extending them. + ------------------------------------------------------------------------------ Range "application" : 0x00040000 to 0x0004ffff @@ -513,6 +516,14 @@ Range "application" : 0x00040000 to 0x0004ffff 0x00040007 (DEBUG,HIGH) : Application supplied message +------------------------------------------------------------------------------ +Range "libisofs-xorriso" : 0x00050000 to 0x0005ffff + +This is the representation of libisofs.so.6 error codes in xorriso. +Other applications are invited to map the output of ISO_ERR_CODE(e) +into the same range of numbers. + + ------------------------------------------------------------------------------ #endif /* LIDBAX_MSGS_________________ */