Browse Source

Update.

2004-03-31  Ulrich Drepper  <drepper@redhat.com>

	* locale/programs/localedef.c (construct_output_path): Remove
	remnants of CEN locale names.
cvs/fedora-2_3-branch
Ulrich Drepper 22 years ago
parent
commit
c3d0870737
  1. 5
      ChangeLog
  2. 3
      locale/programs/localedef.c

5
ChangeLog

@ -1,3 +1,8 @@
2004-03-31 Ulrich Drepper <drepper@redhat.com>
* locale/programs/localedef.c (construct_output_path): Remove
remnants of CEN locale names.
2004-03-30 Thorsten Kukuk <kukuk@suse.de>
* sysdeps/unix/sysv/linux/alpha/bits/termios.h: Add IUTF8.

3
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 == '.')
{

Loading…
Cancel
Save