X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Fyaz-icu.c;h=ff249e03cc4d3e565c9b180a8b770ca6121ca8b3;hp=d2ef11f8a2076488cd40096d19be8c1e429ea394;hb=71509ab1affd957fa0af7c7536105988a7ccd93d;hpb=c2e065a4a7fa385b5658c1fcf1efa9f4ee4351e2 diff --git a/util/yaz-icu.c b/util/yaz-icu.c index d2ef11f..ff249e0 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.7 2007-11-06 10:27:30 adam Exp $ */ #if HAVE_CONFIG_H @@ -443,7 +443,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);