commit | 5498a41f5a62c3877fee0185adf3bf7245a9a547 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 11 23:19:05 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 11 23:19:05 2016 +0200 |
tree | 07ebc0b4bafd67cac4f3991c9356446067e81453 | |
parent | 4c06815c44dfeaafdad25dfcc40f60860096a900 [diff] [blame] |
patch 7.4.2028 Problem: cppcheck warns for using index before limits check. Solution: Swap the expressions. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 93f3c03..6d75f76 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2028, +/**/ 2027, /**/ 2026,