commit | 7795bfea6d30c85f2c05d986a0cfe4019df4d74d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 20 19:57:15 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 20 19:57:15 2020 +0200 |
tree | 15fe1863e42510fcec713d327fd304030a7400f3 | |
parent | 1d59aa1fdfb191d9872ff87eb94652acd374b293 [diff] [blame] |
patch 8.2.1713: Motif GUI: crash when setting menu colors Problem: Motif GUI: crash when setting menu colors. (Andrzej Bylicki) Solution: Add {} to make "n" incremented correctly. (closes #6989, closes #5948)
diff --git a/src/version.c b/src/version.c index 615abc7..a7def1b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1713, +/**/ 1712, /**/ 1711,