commit | efc81331e7bceafa2d7bc452a98d6ec1943b4292 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 13 16:31:19 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 13 16:31:19 2018 +0200 |
tree | 8942668ba3f82569214a27cd0acf5ccabd565a4d | |
parent | e76c4b237d41d0e62ca5d4fc76d1dd163fe222c0 [diff] [blame] |
patch 8.1.0179: redundant condition for boundary check Problem: Redundant condition for boundary check. Solution: Remove the condition. (Dominique Pelle). Change FALSE to FAIL.
diff --git a/src/version.c b/src/version.c index 1f94b01..1dae71f 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 179, +/**/ 178, /**/ 177,