]> git.saurik.com Git - apple/libc.git/blob - stdtime/FreeBSD/timelocal.c.patch
Libc-339.tar.gz
[apple/libc.git] / stdtime / FreeBSD / timelocal.c.patch
1 --- timelocal.c.orig Tue May 20 15:23:48 2003
2 +++ timelocal.c Wed Jun 11 17:08:39 2003
3 @@ -111,7 +111,7 @@
4 __time_load_locale(const char *name)
5 {
6 return (__part_load_locale(name, &_time_using_locale,
7 - time_locale_buf, "LC_TIME",
8 + &time_locale_buf, "LC_TIME",
9 LCTIME_SIZE, LCTIME_SIZE,
10 (const char **)&_time_locale));
11 }