From eae74850df5cbfce864b7e2f4a954c998cd6743a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 12 Sep 2007 07:03:03 +0000 Subject: [PATCH] Fixed non-ICU compilation --- src/charsets.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 1.7.10.4