commit | d2ff705af32862b4da49d213613233f93343874c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 17 16:00:04 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 17 16:00:04 2021 +0000 |
tree | 13e71e3283cb2961d289886299809fcd7bb07600 | |
parent | 02929a372e5e14db1b85abdc7d4515d6b2d81888 [diff] [blame] |
patch 8.2.3837: QNX: crash when compiled with GUI but using terminal Problem: QNX: crash when compiled with GUI but using terminal. Solution: Check gui.in_use is set. (Hirohito Higashi, closes #9363)
diff --git a/src/version.c b/src/version.c index 22f97ea..aafa3d8 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3837, +/**/ 3836, /**/ 3835,