commit | a172b63ab8661019dba61285a738c8b6b55a33aa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 30 22:52:06 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 30 22:52:06 2018 +0100 |
tree | 88c353405f95e8bdcf4ebf0e8f9afdf6a0162185 | |
parent | ce46d934af35d0f774be7f996001db03cf0b894a [diff] [blame] |
patch 8.0.1442: using pointer before it is set Problem: Using pointer before it is set. Solution: Search in whole buffer instead of next token.
diff --git a/src/version.c b/src/version.c index 1cee148..43e89a2 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1442, +/**/ 1441, /**/ 1440,