diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | locale/C-monetary.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2001-08-08 Ulrich Drepper <drepper@redhat.com> + * 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 10e9db259e..ca5e13bdec 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 }, |