commit | d8585eded6359f1d7e1981e96ae775efd077c638 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 01 23:05:53 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 01 23:05:53 2016 +0200 |
tree | 38d8334bedc5b982160b8a4d55e35805a2b64010 | |
parent | 9a3b3311d26c990208150255ad65472bb4eefaa4 [diff] [blame] |
patch 7.4.1816 Problem: Looping over a null list throws an error. Solution: Skip over the for loop.
diff --git a/src/version.c b/src/version.c index 3ecf611..cf4e294 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1816, +/**/ 1815, /**/ 1814,