summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--locale/C-monetary.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b2a86c2e4a..cd8297e855 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 },