From 93ff7f9cf48bd95fcda55537b9070bd7bcb9c987 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 4 Apr 1998 18:17:30 +0000 Subject: (locfile_read): Fix typo. --- locale/programs/locfile.c | 4 ++-- 1 file 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 , 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. */ -- cgit 1.4.1