commit | 0f526f5652e0a5432493b3f2a1cb34ab99a9da0a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 22:59:41 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 22:59:41 2016 +0100 |
tree | 66e9156a6f6d0ef1686a4766803004ef29cba1e3 | |
parent | dae8d21dd291df6a6679a00be64e18bca0156576 [diff] [blame] |
patch 7.4.1444 Problem: Can't build with JSON but without multi-byte. Solution: Fix pointer name.
diff --git a/src/version.c b/src/version.c index 26e88e4..8581c5c 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1444, +/**/ 1443, /**/ 1442,