diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-23 00:20:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-23 00:20:47 +0000 |
commit | 5df3a3730011a367c5c8a65c3c9c7e986a0f7a87 (patch) | |
tree | 5d71e0fdd506047c7e4c799cc9c3c60b9bd1d28b /locale | |
parent | 49ba1c128f3b339f9b4d0c828a484666e99830a4 (diff) | |
download | glibc-5df3a3730011a367c5c8a65c3c9c7e986a0f7a87.tar glibc-5df3a3730011a367c5c8a65c3c9c7e986a0f7a87.tar.gz glibc-5df3a3730011a367c5c8a65c3c9c7e986a0f7a87.tar.bz2 glibc-5df3a3730011a367c5c8a65c3c9c7e986a0f7a87.zip |
Update.
2000-07-22 Mark Kettenis <kettenis@gnu.org>
* locale/findlocale.c (locale_file_list): Use __LC_LAST as array
size instead of LC_ALL to take into account the new locale
categories.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/findlocale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/findlocale.c b/locale/findlocale.c index 7567744432..1dc4e53e9e 100644 --- a/locale/findlocale.c +++ b/locale/findlocale.c @@ -34,7 +34,7 @@ extern struct locale_data *const _nl_C[]; /* For each category we keep a list of records for the locale files which are somehow addressed. */ -static struct loaded_l10nfile *locale_file_list[LC_ALL]; +static struct loaded_l10nfile *locale_file_list[__LC_LAST]; struct locale_data * |