]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(locfile_read): Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Sat, 4 Apr 1998 18:17:30 +0000 (18:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 4 Apr 1998 18:17:30 +0000 (18:17 +0000)
locale/programs/locfile.c

index 442535c2a6a2f1109569dd573463ff9f39dc15b9..ad7e9d5fb40d9a57ef5f4b3c58a26d17198a9d3c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
 
@@ -612,7 +612,7 @@ from-value of `collating-element' must be a string"));
                  now = lr_token (ldfile, charset);
                }
              while (now->tok == tok_comma
-                    && (now == lr_token (ldfile, charset) != tok_none));
+                    && ((now = lr_token (ldfile, charset)) != tok_none));
 
              /* Check for consistency: forward and backwards are
                 mutually exclusive.  */