From b5449b12962da665c29f0a1c85f705de4bc4abf2 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 11 Nov 2013 18:12:03 +0100 Subject: Complete display of LC_MONETARY --- locale/C-monetary.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'locale/C-monetary.c') diff --git a/locale/C-monetary.c b/locale/C-monetary.c index 3246ff5b3e..9c36c761fe 100644 --- a/locale/C-monetary.c +++ b/locale/C-monetary.c @@ -22,6 +22,7 @@ ``LC_MONETARY Category Definition in the POSIX Locale'', with additions from ISO 14652, section 4.4. */ static const char not_available[] = "\377"; +static const uint32_t conversion_rate[] = { 1, 1 }; const struct __locale_data _nl_C_LC_MONETARY attribute_hidden = { @@ -74,7 +75,7 @@ const struct __locale_data _nl_C_LC_MONETARY attribute_hidden = { .word = 99991231 }, { .word = 10101 }, { .word = 99991231 }, - { .word = 1 }, + { .string = (const char *) conversion_rate }, { .word = (unsigned int) L'\0' }, { .word = (unsigned int) L'\0' }, { .string = _nl_C_codeset } -- cgit v1.2.3-70-g09d2