mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
(locfile_read): Fix typo.
This commit is contained in:
parent
136ff31466
commit
93ff7f9cf4
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user