diff options
Diffstat (limited to 'src/time/wcsftime.c')
-rw-r--r-- | src/time/wcsftime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time/wcsftime.c b/src/time/wcsftime.c index 7b631f5f..469d0f4c 100644 --- a/src/time/wcsftime.c +++ b/src/time/wcsftime.c @@ -34,5 +34,5 @@ size_t __wcsftime_l(wchar_t *restrict wcs, size_t n, const wchar_t *restrict f, size_t wcsftime(wchar_t *restrict wcs, size_t n, const wchar_t *restrict f, const struct tm *restrict tm) { - return __wcsftime_l(wcs, n, f, tm, LC_GLOBAL_LOCALE); + return __wcsftime_l(wcs, n, f, tm, 0); } |