From: Adam Dickmeiss Date: Wed, 12 Sep 2007 07:03:03 +0000 (+0000) Subject: Fixed non-ICU compilation X-Git-Tag: PAZPAR2.1.0.3~7 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=eae74850df5cbfce864b7e2f4a954c998cd6743a;p=pazpar2-moved-to-github.git Fixed non-ICU compilation --- diff --git a/src/charsets.c b/src/charsets.c index 7d41283..a96ac33 100644 --- a/src/charsets.c +++ b/src/charsets.c @@ -1,4 +1,4 @@ -/* $Id: charsets.c,v 1.6 2007-09-10 16:25:50 adam Exp $ +/* $Id: charsets.c,v 1.7 2007-09-12 07:03:03 adam Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -90,7 +90,7 @@ pp2_charset_t pp2_charset_create_xml(xmlNode *xml_node) #else // HAVE_ICU yaz_log(YLOG_FATAL, "Error: ICU support requested with element:\n" "<%s>\n ... \n", - n->name, n->name); + xml_node->name, xml_node->name); yaz_log(YLOG_FATAL, "But no ICU support compiled into pazpar2 server."); yaz_log(YLOG_FATAL,