diff options
author | phantom <phantom@FreeBSD.org> | 2001-02-13 15:32:21 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2001-02-13 15:32:21 +0000 |
commit | 83025d71990a74816b7b973ef4249add3cf218be (patch) | |
tree | ddbd16f53562fa8b76979a917a43c19692fcfecc /lib/libc/locale/lnumeric.c | |
parent | ced7256011bf11eb4b07e931bbfa8d5df18d0f9d (diff) | |
download | FreeBSD-src-83025d71990a74816b7b973ef4249add3cf218be.zip FreeBSD-src-83025d71990a74816b7b973ef4249add3cf218be.tar.gz |
catch up to __part_load_locale() interface change
Diffstat (limited to 'lib/libc/locale/lnumeric.c')
-rw-r--r-- | lib/libc/locale/lnumeric.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/locale/lnumeric.c b/lib/libc/locale/lnumeric.c index 7b6e4b3..e74321a 100644 --- a/lib/libc/locale/lnumeric.c +++ b/lib/libc/locale/lnumeric.c @@ -54,7 +54,8 @@ __numeric_load_locale(const char *name) { __nlocale_changed = 1; ret = __part_load_locale(name, &_numeric_using_locale, - numeric_locale_buf, "LC_NUMERIC", LCNUMERIC_SIZE, + numeric_locale_buf, "LC_NUMERIC", + LCNUMERIC_SIZE, LCNUMERIC_SIZE, (const char **)&_numeric_locale); if (ret == 0 && _numeric_using_locale) _numeric_locale.grouping = |