From 714bd261e8d24273b3c34d8e0c3f1d611b79ef6f Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 11 Nov 2013 16:28:03 +0100 Subject: Fix country_num element in LC_ADDRESS for C locale --- locale/C-address.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locale/C-address.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 = "" }, -- cgit v1.1