X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fxmlerror.c;h=c01fc4318c74867af3230d3c538413814ad32525;hp=27bbb5c136e35317a72005bc6f5274f51c85b56b;hb=cf91f233d0e16ed6920d84ce2d871eed90d3491b;hpb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35 diff --git a/src/xmlerror.c b/src/xmlerror.c index 27bbb5c..c01fc43 100644 --- a/src/xmlerror.c +++ b/src/xmlerror.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2011 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ /** \file @@ -44,11 +44,11 @@ static void xml_error_handler(void *ctx, const char *fmt, ...) void yaz_log_xml_errors(const char *prefix, int log_level) { xml_error_log_level = log_level; - + #if YAZ_HAVE_XML2 xmlSetGenericErrorFunc((void *) (prefix ? prefix : "XML"), xml_error_handler); -#if YAZ_HAVE_XSLT +#if YAZ_HAVE_XSLT xsltSetGenericErrorFunc((void *) (prefix ? prefix : "XSLT"), xml_error_handler); #endif