diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-24 19:12:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-24 19:12:38 +0000 |
commit | 0ea5f1b861e6645a77be180b50391a2dd0ebaefb (patch) | |
tree | 1c04d6ed2684d162752cd9a9454fb3b35e8ed540 | |
parent | ae1aff77090b6056180b032c487bc5a99e00fa8c (diff) | |
download | glibc-0ea5f1b861e6645a77be180b50391a2dd0ebaefb.tar.gz glibc-0ea5f1b861e6645a77be180b50391a2dd0ebaefb.tar.xz glibc-0ea5f1b861e6645a77be180b50391a2dd0ebaefb.zip |
Update.
(iso3166): Likewise.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | locale/programs/ld-address.c | 4 | ||||
-rw-r--r-- | localedata/ChangeLog | 4 |
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index af87d90e46..61514c073e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ * locale/programs/ld-address.c (iso639): Correct length of string elements. + (iso3166): Likewise. * sysdeps/unix/sysv/linux/i386/sys/elf.h (elf_fpxregset_t): Define. diff --git a/locale/programs/ld-address.c b/locale/programs/ld-address.c index 3e94e117cb..d440b36ae8 100644 --- a/locale/programs/ld-address.c +++ b/locale/programs/ld-address.c @@ -35,8 +35,8 @@ static struct { - const char ab2[2]; - const char ab3[3]; + const char ab2[3]; + const char ab3[4]; uint32_t num; } iso3166[] = { diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 20a3e577db..39771c5763 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +2000-06-24 Ulrich Drepper <drepper@redhat.com> + + * charmaps/ISO-8859-1: Correct width specification. + 2000-06-23 Ulrich Drepper <drepper@redhat.com> * charmaps/ANSI_X3.110-1983: Update to use <Uxxxx> format. |