commit | 36818a9daafbcb8e3b06be7b07f52b2d00a61746 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 03 12:33:26 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 03 12:33:26 2023 +0000 |
tree | 36946401734f25b5a814e2b1d83b3f68587c8cee | |
parent | ea720aea851e645f4c8ec3b20afb27c7ca38184c [diff] [blame] |
patch 9.0.1138: crash when expecting varargs but it is something else Problem: Crash when expecting varargs but it is something else. Solution: Only use the member when the type is a list. (closes #11774)
diff --git a/src/version.c b/src/version.c index 470853f..4855121 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1138, +/**/ 1137, /**/ 1136,