summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-04 18:17:30 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-04 18:17:30 +0000
commit93ff7f9cf48bd95fcda55537b9070bd7bcb9c987 (patch)
tree5d4e5e3c9e55a3aebeb9eb58b00a8d7e2198ca11
parent136ff31466b23631f52355e398d076de3e77460a (diff)
(locfile_read): Fix typo.
-rw-r--r--locale/programs/locfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/programs/locfile.c b/locale/programs/locfile.c
index 442535c2a6..ad7e9d5fb4 100644
--- a/locale/programs/locfile.c
+++ b/locale/programs/locfile.c
@@ -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. */