mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
Update.
* stdio-common/bug14.c: Use official name for the locale.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user