commit | d695ba732de915fc227c1069a7a4e1d5049601bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 10 13:42:43 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 10 13:42:43 2020 +0200 |
tree | edb18dc2dded07e3f3ba3f2f8d2da1a0d5d219bd | |
parent | 3b6a6eb7b4e0ac5b75dd2518bd27bce2b13298a3 [diff] [blame] |
patch 8.2.0727: MS-Windows: new gcc compiler does not support scanf format Problem: MS-Windows: new gcc compiler does not support scanf format. Solution: Use "%ll" instead of "%I". (Ken Takata)
diff --git a/src/version.c b/src/version.c index ef7dedb..55b8654 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 727, +/**/ 726, /**/ 725,