Fix country_num element in LC_ADDRESS for C locale

This commit is contained in:
Andreas Schwab 2013-11-11 16:28:03 +01:00
parent 7ab44563a9
commit 714bd261e8
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -38,7 +38,7 @@ const struct __locale_data _nl_C_LC_ADDRESS attribute_hidden =
{ .string = "" },
{ .string = "" },
{ .string = "" },
{ .string = "" },
{ .word = 0 },
{ .string = "" },
{ .string = "" },
{ .string = "" },