commit | 0119a59ffdfb21cf1c0a56e7ed6105e875150163 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 24 23:53:28 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 24 23:53:28 2018 +0200 |
tree | b034a9624b677b5edb568134a041b995f4090f53 | |
parent | 675e8d6adb88d5b38087870dfda51c0205070741 [diff] [blame] |
patch 8.1.0114: confusing variable name Problem: Confusing variable name. Solution: Rename new_ts to new_vts_array. Change zero to NULL.
diff --git a/src/version.c b/src/version.c index 433881c..076778a 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 114, +/**/ 113, /**/ 112,