commit | e6a3d81e053d150b6db4d7e04dbe401cb0161151 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 08 18:12:30 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 08 18:12:30 2022 +0100 |
tree | fc6662134e24ea3cd74be119a37c8fa913d56c8c | |
parent | 1024690c015921b0a458172bc368133f63af1b89 [diff] [blame] |
patch 9.0.0173: assert fails only on MS-Windows Problem: Assert fails only on MS-Windows. Solution: Disable the assert for now.
diff --git a/src/version.c b/src/version.c index dec5fbd..507feaa 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 173, +/**/ 172, /**/ 171,