]> git.saurik.com Git - apple/libc.git/blame - locale/FreeBSD/lnumeric.c.patch
Libc-320.tar.gz
[apple/libc.git] / locale / FreeBSD / lnumeric.c.patch
CommitLineData
9385eb3d
A
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)