X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fyaz-icu.c;h=dd972493866f57b166c76aa57e9e7b2eebc8a5cd;hb=fffad7b88b5fcc5ce744151034d1df379919d6d6;hp=d2ef11f8a2076488cd40096d19be8c1e429ea394;hpb=297aa7b45c3bd88aea2799f6810c8c85bc998f56;p=yaz-moved-to-github.git diff --git a/util/yaz-icu.c b/util/yaz-icu.c index d2ef11f..dd97249 100644 --- a/util/yaz-icu.c +++ b/util/yaz-icu.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: yaz-icu.c,v 1.6 2007-10-29 10:22:23 marc Exp $ + * $Id: yaz-icu.c,v 1.8 2007-11-07 09:50:24 adam Exp $ */ #if HAVE_CONFIG_H @@ -55,7 +55,6 @@ void print_option_error(const struct config_t *p_config) " \n" " \n" " \n" - " \n" " \n" "\n" ); @@ -443,7 +442,7 @@ static void process_text_file(const struct config_t *p_config) if (!xml_locale || !strlen((const char *) xml_locale)) return; - config.chain = icu_chain_xml_config(xml_node, (uint8_t *) xml_locale, 0, + config.chain = icu_chain_xml_config(xml_node, (const char *) xml_locale, 0, &status); xmlFree(xml_locale);