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 /locale | |
parent | ae1aff77090b6056180b032c487bc5a99e00fa8c (diff) | |
download | glibc-0ea5f1b861e6645a77be180b50391a2dd0ebaefb.tar glibc-0ea5f1b861e6645a77be180b50391a2dd0ebaefb.tar.gz glibc-0ea5f1b861e6645a77be180b50391a2dd0ebaefb.tar.bz2 glibc-0ea5f1b861e6645a77be180b50391a2dd0ebaefb.zip |
Update.
(iso3166): Likewise.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/programs/ld-address.c | 4 |
1 files changed, 2 insertions, 2 deletions
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[] = { |