commit | c85c8fcb9fad565da78e01248c12f662f6bc04c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 17 19:12:21 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 17 19:12:21 2019 +0100 |
tree | 243267d5088c9b49e8b907d68034f22dbad2b03d | |
parent | 749f07c0db58d4f2fed2017f5a55bb053c9475ab [diff] [blame] |
patch 8.1.0944: format of nbdbg() arguments is not checked Problem: Format of nbdbg() arguments is not checked. Solution: Add format attribute. Fix reported problems. (Dominique Pelle, closes #3992)
diff --git a/src/version.c b/src/version.c index a59e185..b3244c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 944, +/**/ 943, /**/ 942,