mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 00:10:10 +00:00
Update.
* locale/programs/locale.c (main): Fix typo in last patch.
This commit is contained in:
parent
6d1d0720b1
commit
84c9409e9c
@ -1,5 +1,7 @@
|
||||
2003-05-21 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* locale/programs/locale.c (main): Fix typo in last patch.
|
||||
|
||||
* csu/elf-init.c: Mark __preinit_array_start, __preinit_array_end,
|
||||
__init_array_start, __init_array_end, __fini_array_start, and
|
||||
__fini_array_end as hidden.
|
||||
|
@ -222,7 +222,7 @@ main (int argc, char *argv[])
|
||||
|
||||
/* Specific information about the current locale are requested.
|
||||
Change to this locale now. */
|
||||
if (setlocale (LC_ALL, "") = NULL)
|
||||
if (setlocale (LC_ALL, "") == NULL)
|
||||
error (0, errno, gettext ("Cannot set LC_ALL to default locale"));
|
||||
|
||||
/* If no real argument is given we have to print the contents of the
|
||||
|
Loading…
Reference in New Issue
Block a user