From 25ab8631e4f6d21f235251692f2ac8e02215d2f6 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 22 Feb 2008 19:43:09 +0100 Subject: [PATCH] bundle_A80222_2 --- libisofs/filesrc.c | 1 - libisofs/libiso_msgs.c | 4 ++-- libisofs/libiso_msgs.h | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/libisofs/filesrc.c b/libisofs/filesrc.c index cd3b61a..a4a2bfc 100644 --- a/libisofs/filesrc.c +++ b/libisofs/filesrc.c @@ -16,7 +16,6 @@ #include #include - int iso_file_src_cmp(const void *n1, const void *n2) { const IsoFileSrc *f1, *f2; diff --git a/libisofs/libiso_msgs.c b/libisofs/libiso_msgs.c index 73eeb5b..6a60429 100644 --- a/libisofs/libiso_msgs.c +++ b/libisofs/libiso_msgs.c @@ -1,5 +1,5 @@ -/* libiso_msgs (generated from libdax_msgs : Fri Feb 22 19:35:41 CET 2008) +/* libiso_msgs (generated from libdax_msgs : Fri Feb 22 19:42:52 CET 2008) Message handling facility of libisofs. Copyright (C) 2006 - 2008 Thomas Schmitt , provided under GPL version 2 @@ -268,7 +268,7 @@ int libiso_msgs__text_to_sev(char *severity_name, int *severity, *severity= LIBISO_MSGS_SEV_UPDATE; else if(strncmp(severity_name,"DEBUG",5)==0) *severity= LIBISO_MSGS_SEV_DEBUG; - else if(strncmp(severity_name,"ERRFILE",8)==0) + else if(strncmp(severity_name,"ERRFILE",7)==0) *severity= LIBISO_MSGS_SEV_ERRFILE; else if(strncmp(severity_name,"ALL",3)==0) *severity= LIBISO_MSGS_SEV_ALL; diff --git a/libisofs/libiso_msgs.h b/libisofs/libiso_msgs.h index f20910c..17e8f9e 100644 --- a/libisofs/libiso_msgs.h +++ b/libisofs/libiso_msgs.h @@ -1,5 +1,5 @@ -/* libiso_msgs (generated from libdax_msgs : Fri Feb 22 19:35:41 CET 2008) +/* libiso_msgs (generated from libdax_msgs : Fri Feb 22 19:42:52 CET 2008) Message handling facility of libisofs. Copyright (C) 2006-2008 Thomas Schmitt , provided under GPL version 2