X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=util%2Fyaz-icu.c;h=f14b494a003aa38e9a62a49e7d14c1f534aa7bd8;hb=e8d49a7dea8eec8a8d588fca7464f29f4db5e838;hp=4f0368e3d579e401447a14a984a53e9d46ac5bf3;hpb=e310bbc88afee1090799a0183d75c35d5eb060d9;p=yaz-moved-to-github.git diff --git a/util/yaz-icu.c b/util/yaz-icu.c index 4f0368e..f14b494 100644 --- a/util/yaz-icu.c +++ b/util/yaz-icu.c @@ -1,8 +1,6 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 Index Data * See the file LICENSE for details. - * - * $Id: yaz-icu.c,v 1.16 2008-01-14 22:58:06 adam Exp $ */ #if HAVE_CONFIG_H @@ -395,7 +393,7 @@ static void print_icu_xml_locales(const struct config_t *p_config) if(U_FAILURE(status)) { fprintf(stderr, "ICU Error: %d %s\n", status, u_errorName(status)); - exit(status); + exit(2); } } @@ -538,6 +536,7 @@ int main(int argc, char **argv) "re-configure and re-compile\n"); + exit(3); #endif /* YAZ_HAVE_ICU */ return(0);