commit | 101979358f9addfac1414579c4191682e9e42468 | [log] [tgz] |
---|---|---|
author | Amon Sha <amon.sha@gmail.com> | Mon Feb 21 15:07:12 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 21 15:07:12 2022 +0000 |
tree | 6ab7366563dc9d9891e4e4321d49c9d62509b1db | |
parent | c2f17f7e64bb1bf872dbc6f3b8f0d8751e275287 [diff] [blame] |
patch 8.2.4430: GTK: crash when using 'guiligatures' and reading from stdin Problem: GTK: crash when using 'guiligatures' and reading from stdin. Solution: Make a copy of the message. (Amon Sha, closes #9719, closes #9814)
diff --git a/src/version.c b/src/version.c index 2a8afce..f3b54f0 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4430, +/**/ 4429, /**/ 4428,