commit | 44a7db4ffdd11dafd345fd1c2c7b2509d01e3895 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 20:47:31 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 20:47:31 2019 +0100 |
tree | c1f667b70de82200f06b88cf8c628b92ad9abfb7 | |
parent | 535d5b653a1eddf49ee11dc9639c5355ef023301 [diff] [blame] |
patch 8.1.0727: compiler warning for sprintf() argument Problem: Compiler warning for sprintf() argument. Solution: Add type cast.
diff --git a/src/version.c b/src/version.c index c7d63f1..c0a2bb4 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 727, +/**/ 726, /**/ 725,