commit | bde9810d6103ffe3a22a9330021cb21db1ed1792 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 01 20:03:42 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 01 20:03:42 2016 +0200 |
tree | 7c995875215cdf9042a1d9a0ddcb1a73f7718fc5 | |
parent | 22fcfad29276bd5f317faf516637dcd491b96a12 [diff] [blame] |
patch 7.4.1977 Problem: With 64 bit changes don't need three calls to sprintf(). Solution: Simplify the code, use vim_snprintf(). (Ken Takata)
diff --git a/src/version.c b/src/version.c index 78ea040..00b8894 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1977, +/**/ 1976, /**/ 1975,