commit | 96e7a5928e1e7a350cd6c6d0b9376305190046e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 25 13:52:37 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 25 13:52:37 2021 +0000 |
tree | bdd1d9fdc79e4572cfea70a1c5a96cd7073da0e6 | |
parent | 0bd8d0563853ab821a018fb9cdd85f674684fe57 [diff] [blame] |
patch 8.2.3674: when ml_get_buf() fails it messes up IObuff Problem: When ml_get_buf() fails it messes up IObuff. Solution: Return a local pointer. (closes #9214)
diff --git a/src/version.c b/src/version.c index 3f83103..6d96d43 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3674, +/**/ 3673, /**/ 3672,