commit | c71807db9c1821baf86796cd76952df36ff1a29a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 03 15:06:52 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 03 15:06:52 2018 +0100 |
tree | da3e80c8b182e69e254044783949078388676161 | |
parent | 590ec878a52b3b3d4453475f1eb4899f2b37969f [diff] [blame] |
patch 8.0.1557: printf() does not work with only one argument Problem: printf() does not work with only one argument. (Daniel Hahler) Solution: Allow using just the format. (Ken Takata, closes #2687)
diff --git a/src/version.c b/src/version.c index e1f406a..7d54185 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1557, +/**/ 1556, /**/ 1555,