From c3d0870737e92eca92e261e97367bca00fdee7a4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 1 Apr 2004 00:51:57 +0000 Subject: Update. 2004-03-31 Ulrich Drepper * locale/programs/localedef.c (construct_output_path): Remove remnants of CEN locale names. --- locale/programs/localedef.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'locale') diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c index f2c3c3b89c..b38ce6c53e 100644 --- a/locale/programs/localedef.c +++ b/locale/programs/localedef.c @@ -421,8 +421,7 @@ construct_output_path (char *path) startp = path; /* We must be prepared for finding a CEN name or a location of the introducing `.' where it is not possible anymore. */ - while (*startp != '\0' && *startp != '@' && *startp != '.' - && *startp != '+' && *startp != ',') + while (*startp != '\0' && *startp != '@' && *startp != '.') ++startp; if (*startp == '.') { -- cgit v1.2.3