From 5df3a3730011a367c5c8a65c3c9c7e986a0f7a87 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 23 Jul 2000 00:20:47 +0000 Subject: Update. 2000-07-22 Mark Kettenis * locale/findlocale.c (locale_file_list): Use __LC_LAST as array size instead of LC_ALL to take into account the new locale categories. --- locale/findlocale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locale') 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 * -- cgit v1.2.3