commit | 10455d43fef041309ce0613fa792c635dd71e3a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 21 15:36:18 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 21 15:36:18 2019 +0100 |
tree | 66b437223be119f47c759603193a6b1c6ff205c3 | |
parent | 9ae862ebba4a8962cb1c6811a2a46656fa672599 [diff] [blame] |
patch 8.1.2326: cannot parse a date/time string Problem: Cannot parse a date/time string. Solution: Add strptime(). (Stephen Wall, closes #)
diff --git a/src/version.c b/src/version.c index c448e57..23a1fc8 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2326, +/**/ 2325, /**/ 2324,