commit | 9d20ce6970158de69202a82529d9e97827a9e71b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 23 21:53:35 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 23 21:53:35 2017 +0100 |
tree | 764737cb525e82bb948fe6aa7cf976f514cfdff7 | |
parent | a37ffaa5e0a47e2db27bc0cc23f49e7094f47f3b [diff] [blame] |
patch 8.0.0503: endless loop in updating folds with 32 bit ints Problem: Endless loop in updating folds with 32 bit ints. Solution: Subtract from LHS instead of add to the RHS. (Matthew Malcomson)
diff --git a/src/version.c b/src/version.c index 4b2ff6f..b6cc7d6 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 503, +/**/ 502, /**/ 501,