commit | 4e2406c7a9d5f7f03faec8c42fac15c192fb59b0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 19:22:21 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 19:22:21 2023 +0100 |
tree | 455b40416915119a1b63b97471e580c8f7f2ac68 | |
parent | b46e0f3263acd99c61df06ee3c4d1f6e0b471bc3 [diff] [blame] |
patch 9.0.1662: crash when using a class member twice Problem: Crash when using a class member twice. (Christian J. Robinson) Solution: Make a copy of the value.
diff --git a/src/version.c b/src/version.c index 437da65..8840b3a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1662, +/**/ 1661, /**/ 1660,