commit | e5a8f35b4286135f3469f3b00a6c2220553d9658 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 21:30:54 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 21:30:54 2016 +0200 |
tree | a7505fde61e414d9664d99be9136677584277521 | |
parent | f5a39447a8ebe162ee62caa2ee502cd0e65eecaa [diff] [blame] |
patch 7.4.2220 Problem: printf() gives an error when the argument for %s is not a string. (Ozaki Kiichi) Solution: Behave like invoking string() on the argument. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 505231f..bb933d2 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2220, +/**/ 2219, /**/ 2218,