]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
_nl_current has LC_ALL + 1 elements.
authorUlrich Drepper <drepper@redhat.com>
Thu, 22 May 1997 15:45:37 +0000 (15:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 22 May 1997 15:45:37 +0000 (15:45 +0000)
locale/localeinfo.h

index 018220f6df4d3bb202e736b83dea7c17cb74ae1a..f7ab9df726fd2f5e5f17e373e4ef3ed7c4adb111 100644 (file)
@@ -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[];