diff options
author | Andreas Schwab <schwab@suse.de> | 2013-11-11 16:28:03 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2013-11-14 16:02:59 +0100 |
commit | 714bd261e8d24273b3c34d8e0c3f1d611b79ef6f (patch) | |
tree | 5f24d0e97e3df70f96f7a43f0a560e3358b691d3 /locale | |
parent | 7ab44563a9c8118ce47da29919540c793f549774 (diff) | |
download | glibc-714bd261e8d24273b3c34d8e0c3f1d611b79ef6f.tar glibc-714bd261e8d24273b3c34d8e0c3f1d611b79ef6f.tar.gz glibc-714bd261e8d24273b3c34d8e0c3f1d611b79ef6f.tar.bz2 glibc-714bd261e8d24273b3c34d8e0c3f1d611b79ef6f.zip |
Fix country_num element in LC_ADDRESS for C locale
Diffstat (limited to 'locale')
-rw-r--r-- | locale/C-address.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/C-address.c b/locale/C-address.c index 060a956f36..fe6e69e8ba 100644 --- a/locale/C-address.c +++ b/locale/C-address.c @@ -38,7 +38,7 @@ const struct __locale_data _nl_C_LC_ADDRESS attribute_hidden = { .string = "" }, { .string = "" }, { .string = "" }, - { .string = "" }, + { .word = 0 }, { .string = "" }, { .string = "" }, { .string = "" }, |