From 6b280740cccfd3ab7ddf43952dbca9a3ae44a6ce Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 22 May 1997 15:45:37 +0000 Subject: [PATCH] _nl_current has LC_ALL + 1 elements. --- locale/localeinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/localeinfo.h b/locale/localeinfo.h index 018220f6df4..f7ab9df726f 100644 --- a/locale/localeinfo.h +++ b/locale/localeinfo.h @@ -96,7 +96,7 @@ extern const struct locale_data *_nl_current_##category; extern const char *const _nl_category_names[LC_ALL + 1]; extern const size_t _nl_category_name_sizes[LC_ALL + 1]; -extern const struct locale_data * *const _nl_current[LC_ALL]; +extern const struct locale_data * *const _nl_current[LC_ALL + 1]; /* Name of the standard locale. */ extern const char _nl_C_name[]; -- 2.47.2