Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 22 May 2003 00:41:32 +0000 (00:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 22 May 2003 00:41:32 +0000 (00:41 +0000)
* locale/programs/locale.c (main): Fix typo in last patch.

ChangeLog
locale/programs/locale.c

index d43048a..f8e829f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 49ed7a2..ec37d48 100644 (file)
@@ -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