commit | 1b66c00aeca87913e75012c59c4e969316e2626d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 03 18:55:00 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 03 18:55:00 2017 +0200 |
tree | ef86e077b2810640997623aeff1d9d863937a0d2 | |
parent | 69a76feda9e9d308be6b5fc2185286a061dfecd6 [diff] [blame] |
patch 8.0.0852: MS-Windows: possible crash when giving a message on startup Problem: MS-Windows: possible crash when giving a message on startup. Solution: Initialize length. (Yasuhiro Matsumoto, closes #1931)
diff --git a/src/version.c b/src/version.c index a5a3d68..a029dd5 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 852, +/**/ 851, /**/ 850,