]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdio-common/bug14.c
Improve documentation for malloc etc. (BZ#27719)
[thirdparty/glibc.git] / stdio-common / bug14.c
index 6ef54d5201ab0b89052dd6569b0b724f827aea85..317d4969d354a17541f6953038ae2bd96be0d440 100644 (file)
@@ -11,7 +11,7 @@ static const char string[] = "\
 int
 main (void)
 {
-  if (setlocale (LC_ALL, "de_DE.utf8") == NULL)
+  if (setlocale (LC_ALL, "de_DE.UTF-8") == NULL)
     {
       puts ("cannot set locale");
       exit (1);