]> git.saurik.com Git - apple/libc.git/blob - locale/FreeBSD/lnumeric.c.patch
545cfef774c42cbf6616f43e23117eb040afc5a5
[apple/libc.git] / locale / FreeBSD / lnumeric.c.patch
1 --- lnumeric.c.orig Tue May 20 15:21:44 2003
2 +++ lnumeric.c Wed Jun 11 13:13:11 2003
3 @@ -54,7 +54,7 @@
4 int ret;
5
6 ret = __part_load_locale(name, &_numeric_using_locale,
7 - _numeric_locale_buf, "LC_NUMERIC",
8 + &_numeric_locale_buf, "LC_NUMERIC",
9 LCNUMERIC_SIZE, LCNUMERIC_SIZE,
10 (const char **)&_numeric_locale);
11 if (ret != _LDP_ERROR)