commit | 9a838fe543b69582b0773f7c38a57f16fb32d765 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 06 12:45:01 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 06 12:45:01 2019 +0100 |
tree | a369f5e3e2e41a1077f7b3b9110bf6a306e1ff29 | |
parent | e7dd0deb3c4c4b1f55e28e5fe9a4ef4b76951b85 [diff] [blame] |
patch 8.1.2398: strptime() test fails on Japanese Mac Problem: strptime() test fails on Japanese Mac. Solution: Use %T instead of %X.
diff --git a/src/version.c b/src/version.c index f658039..0cb4bdd 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2398, +/**/ 2397, /**/ 2396,