commit | db51730df1817fc4b6ecf5a065c69fac518ad821 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 18 22:53:24 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 18 22:53:24 2019 +0200 |
tree | d7966f2f74b8f11cb6bb228a422bf4650e9bc7d9 | |
parent | 517f71ab17c265602465eaee3775dcfe8afe0478 [diff] [blame] |
patch 8.1.1567: localtime_r() does not respond to $TZ changes Problem: Localtime_r() does not respond to $TZ changes. Solution: If $TZ changes then call tzset(). (Tom Ryder)
diff --git a/src/version.c b/src/version.c index 86ccdf4..677279b 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1567, +/**/ 1566, /**/ 1565,