summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2003-12-24 01:10:34 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2003-12-24 01:10:34 +0000
commitcac95409acfdf6f2e2a91e75f14ba51fced1cbc4 (patch)
treecbf27c015cb1e780f93e6db0bfea15c6cfa9b24a /lib/libc
parentda6c465c9f907d22e106abe53f6bec823180605a (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdtime/timelocal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/timelocal.c b/lib/libc/stdtime/timelocal.c
index 88117bdf98c3..6917e6b6ccee 100644
--- a/lib/libc/stdtime/timelocal.c
+++ b/lib/libc/stdtime/timelocal.c
@@ -111,7 +111,7 @@ int
__time_load_locale(const char *name)
{
return (__part_load_locale(name, &_time_using_locale,
- time_locale_buf, "LC_TIME",
+ &time_locale_buf, "LC_TIME",
LCTIME_SIZE, LCTIME_SIZE,
(const char **)&_time_locale));
}