From: Ulrich Drepper Date: Sat, 4 Apr 1998 18:17:30 +0000 (+0000) Subject: (locfile_read): Fix typo. X-Git-Tag: cvs/before-sparc-2_0_x-branch~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93ff7f9cf48bd95fcda55537b9070bd7bcb9c987;p=thirdparty%2Fglibc.git (locfile_read): Fix typo. --- diff --git a/locale/programs/locfile.c b/locale/programs/locfile.c index 442535c2a6a..ad7e9d5fb40 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 , 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. */