mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Fix country_num element in LC_ADDRESS for C locale
This commit is contained in:
parent
7ab44563a9
commit
714bd261e8
@ -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
|
||||
|
@ -38,7 +38,7 @@ const struct __locale_data _nl_C_LC_ADDRESS attribute_hidden =
|
||||
{ .string = "" },
|
||||
{ .string = "" },
|
||||
{ .string = "" },
|
||||
{ .string = "" },
|
||||
{ .word = 0 },
|
||||
{ .string = "" },
|
||||
{ .string = "" },
|
||||
{ .string = "" },
|
||||
|
Loading…
Reference in New Issue
Block a user