aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-07-27 17:38:40 +0000
committerUlrich Drepper <drepper@redhat.com>2001-07-27 17:38:40 +0000
commit8e567f5cfa43fbd3693670b6c935b98e52b9f195 (patch)
tree95402a939ffc42221f2d75cb924365dbe43d0ac4
parent9a018f6c44b7393e4ac1f57d504b9c054e2d0533 (diff)
downloadglibc-8e567f5cfa43fbd3693670b6c935b98e52b9f195.tar
glibc-8e567f5cfa43fbd3693670b6c935b98e52b9f195.tar.gz
glibc-8e567f5cfa43fbd3693670b6c935b98e52b9f195.tar.bz2
glibc-8e567f5cfa43fbd3693670b6c935b98e52b9f195.zip
Update.
* locale/findlocale.c (_nl_find_locale): Use __gconv_compare_alias
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fc053fae0..8a422f32fe 100644
--- 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>