commit | 64283d5e1f5487e2dbaa17d478e6eae040daa064 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 10:37:29 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 10:37:29 2022 +0000 |
tree | 16ed445ad7f02151bf9b6bc19e64c7434169d511 | |
parent | 78f60322f70ab91a32e572fbf3d97c792acbc83a [diff] [blame] |
patch 8.2.4128: crash when method cannot be found Problem: Crash when method cannot be found. (Christian J. Robinson) Solution: Don't mix up pointer names.
diff --git a/src/version.c b/src/version.c index cff3cb8..af851d3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4128, +/**/ 4127, /**/ 4126,