commit | 6073f13f557c53928a2a9071495178599c38e798 | [log] [tgz] |
---|---|---|
author | h-east <h.east.727@gmail.com> | Fri Dec 24 11:57:06 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 24 11:57:06 2021 +0000 |
tree | 692b3919b3a15af18eadf6000e01c609c908772e | |
parent | 70a120b72b2b48800f881725c58241cd170893f8 [diff] [blame] |
patch 8.2.3881: QNX: crash when compiled with GUI but using terminal Problem: QNX: crash when compiled with GUI but using terminal. Solution: Check the gui.in_use flag. (Hirohito Higashi, closes #9391)
diff --git a/src/version.c b/src/version.c index 6b4708d..9d6c0d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3881, +/**/ 3880, /**/ 3879,