Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
2004-03-31  Ulrich Drepper  <[email protected]>

	* locale/programs/localedef.c (construct_output_path): Remove
	remnants of CEN locale names.
  • Loading branch information
Ulrich Drepper committed Apr 1, 2004
1 parent 5bbbc42 commit c3d0870
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2004-03-31 Ulrich Drepper <[email protected]>

* locale/programs/localedef.c (construct_output_path): Remove
remnants of CEN locale names.

2004-03-30 Thorsten Kukuk <[email protected]>

* sysdeps/unix/sysv/linux/alpha/bits/termios.h: Add IUTF8.
Expand Down
3 changes: 1 addition & 2 deletions locale/programs/localedef.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 == '.')
{
Expand Down

0 comments on commit c3d0870

Please sign in to comment.