From: Ulrich Drepper Date: Wed, 8 Aug 2001 18:37:55 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_2_4~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=121f86f245cf88687b52ca17f79e613d9fbdba23;p=thirdparty%2Fglibc.git Update. * locale/C-monetary.c (_nl_C_LC_MONETARY): Provide correct value of CRNCYSTR. --- diff --git a/ChangeLog b/ChangeLog index b2a86c2e4a3..cd8297e8559 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-08-08 Ulrich Drepper + * locale/C-monetary.c (_nl_C_LC_MONETARY): Provide correct value + of CRNCYSTR. + * locale/programs/ld-messages.c (messages_finish): Provide POSIX locale compliant default values for fields without definition. * locale/programs/ld-time.c (time_finish): Likewise. diff --git a/locale/C-monetary.c b/locale/C-monetary.c index 10e9db259e9..ca5e13bdec7 100644 --- a/locale/C-monetary.c +++ b/locale/C-monetary.c @@ -52,7 +52,7 @@ const struct locale_data _nl_C_LC_MONETARY = { string: not_available }, { string: not_available }, { string: not_available }, - { string: "" }, + { string: "-" }, { string: not_available }, { string: not_available }, { string: not_available },