]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 27 Jul 2001 17:38:40 +0000 (17:38 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 27 Jul 2001 17:38:40 +0000 (17:38 +0000)
* locale/findlocale.c (_nl_find_locale): Use __gconv_compare_alias

ChangeLog

index 0fc053fae0ddb38ed2e00c41a8e7abd57fbf2a7b..8a422f32fef8499b23fbf13b2a1bd0e436398579 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@
        __gconv_compare_alias prototype.
        * iconv/gconv_db.c (__gconv_lookup_alias): Removed.
        (__gconv_compare_alias): New function.
-       * locale/findlocale.c (_nl_find_locale): Ise __gconv_compare_alias
+       * locale/findlocale.c (_nl_find_locale): Use __gconv_compare_alias
        instead of calling __gconv_lookup_alias twice and compare here.
 
 2001-07-26  Mark Kettenis  <kettenis@gnu.org>