diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | locale/C-address.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2013-11-14 Andreas Schwab <schwab@suse.de> + + * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero + word instead of empty string. + 2013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com> * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c diff --git a/locale/C-address.c b/locale/C-address.c index 060a956..fe6e69e 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 = "" }, |