commit | 9dacdb1d56ee0f9272f3fc956a12f15f84ffb205 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 06 09:05:25 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 06 09:05:25 2022 +0000 |
tree | ddd57e8caeeae790a053186c0773e5db1a7a1be7 | |
parent | 1cb16c3a20a9d17df1a8dc3813ef64dc98e42637 [diff] [blame] |
patch 9.0.1017: test for srand() fails on MS-Windows Problem: Test for srand() fails on MS-Windows. Solution: Do not expect the same result a second time.
diff --git a/src/version.c b/src/version.c index 3dbc0a0..4ba888e 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1017, +/**/ 1016, /**/ 1015,