mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 14:40:06 +00:00
Update.
* locale/programs/ld-monetary.c (monetary_read): Fix typo. * iconv/iconv_prog.c (options): Fix typo. Reported by dyky@kondara.org, closes PR libc/1885. 2000-09-04 Andreas Jaeger <aj@suse.de>
This commit is contained in:
parent
56735b1196
commit
6d77214d90
@ -1,3 +1,9 @@
|
|||||||
|
2000-09-04 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* locale/programs/ld-monetary.c (monetary_read): Fix typo.
|
||||||
|
* iconv/iconv_prog.c (options): Fix typo.
|
||||||
|
Reported by dyky@kondara.org, closes PR libc/1885.
|
||||||
|
|
||||||
2000-09-04 Andreas Jaeger <aj@suse.de>
|
2000-09-04 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* sysdeps/generic/fegetenv.c: It's __fegetenv.
|
* sysdeps/generic/fegetenv.c: It's __fegetenv.
|
||||||
|
@ -60,7 +60,7 @@ static const struct argp_option options[] =
|
|||||||
{ NULL, 0, NULL, 0, N_("Output control:") },
|
{ NULL, 0, NULL, 0, N_("Output control:") },
|
||||||
{ NULL, 'c', NULL, 0, N_("omit invalid characters from output") },
|
{ NULL, 'c', NULL, 0, N_("omit invalid characters from output") },
|
||||||
{ "output", 'o', "FILE", 0, N_("output file") },
|
{ "output", 'o', "FILE", 0, N_("output file") },
|
||||||
{ "silent", 's', NULL, 0, N_("supress warnings") },
|
{ "silent", 's', NULL, 0, N_("suppress warnings") },
|
||||||
{ "verbose", OPT_VERBOSE, NULL, 0, N_("print progress information") },
|
{ "verbose", OPT_VERBOSE, NULL, 0, N_("print progress information") },
|
||||||
{ NULL, 0, NULL, 0, NULL }
|
{ NULL, 0, NULL, 0, NULL }
|
||||||
};
|
};
|
||||||
|
@ -897,7 +897,7 @@ monetary_read (struct linereader *ldfile, struct localedef_t *result,
|
|||||||
if (now->val.num == 0)
|
if (now->val.num == 0)
|
||||||
{
|
{
|
||||||
invalid_conversion_rate:
|
invalid_conversion_rate:
|
||||||
lr_error (ldfile, _("conversion rate valze cannot be zero"));
|
lr_error (ldfile, _("conversion rate value cannot be zero"));
|
||||||
if (!ignore_content)
|
if (!ignore_content)
|
||||||
{
|
{
|
||||||
monetary->conversion_rate[0] = 1;
|
monetary->conversion_rate[0] = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user