commit | 34a587457f09743974dcee24a04a1752a949b300 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 03 15:28:28 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 03 15:28:28 2019 +0100 |
tree | 54a151533388e46e3fb6680f8c2bcf22cff1d5ba | |
parent | 314dd79cac2adc10304212d1980d23ecf6782cfc [diff] [blame] |
patch 8.1.0872: confusing condition Problem: Confusing condition. Solution: Use "==" instead of "<=".
diff --git a/src/version.c b/src/version.c index 3d24067..71fd1c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 872, +/**/ 871, /**/ 870,