commit | a9c3a30891edd7347d94298c48ea68bb5c165fd7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 26 16:03:45 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 26 16:03:45 2020 +0100 |
tree | 654fef67cc3e83391400502c362c7c064f70808a | |
parent | 82e743c5b343847d88b958594ad3433213ef9405 [diff] [blame] |
patch 8.2.0452: channel_parse_messages() fails when called recursively Problem: channel_parse_messages() fails when called recursively. Solution: Return for a recursive call. (closes #5835)
diff --git a/src/version.c b/src/version.c index 12e287d..94fcb60 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 452, +/**/ 451, /**/ 450,