Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 24 Jun 2000 19:12:38 +0000 (19:12 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 24 Jun 2000 19:12:38 +0000 (19:12 +0000)
(iso3166): Likewise.

ChangeLog
locale/programs/ld-address.c
localedata/ChangeLog

index af87d90..61514c0 100644 (file)
--- 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.
 
index 3e94e11..d440b36 100644 (file)
@@ -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[] =
 {
index 20a3e57..39771c5 100644 (file)
@@ -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.