commit | a8ec4916caadd0a5113b7d41fa81d6d2c807260f | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Thu Feb 03 14:32:33 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 03 14:32:33 2022 +0000 |
tree | 1a38762519cb1c58f239f817814cb7039a004b36 | |
parent | 5411910c77cba85212963a2fb71d8c71f8a5d203 [diff] [blame] |
patch 8.2.4290: MS-Windows: using type casts for timer IDs Problem: MS-Windows: using type casts for timer IDs. Solution: Remove type casts and use the right type. (Ken Takata, closes #9690) Remove old debug comments. Rename variables and functions.
diff --git a/src/version.c b/src/version.c index 8ea43b5..6c09fb5 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4290, +/**/ 4289, /**/ 4288,