commit | 8a677a37d03692db274c8b00cb20dbba9604505e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 12 19:15:45 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 12 19:15:45 2020 +0100 |
tree | bcb4cca40533f5f83de424483e4e8ee1086b3f3a | |
parent | 3a05ce63feae040cd817be289e84c2a7e653d59d [diff] [blame] |
patch 8.2.0374: using wrong printf directive for jump location Problem: Using wrong printf directive for jump location. Solution: Change "%lld" to "%d". (James McCoy, closes #5773)
diff --git a/src/version.c b/src/version.c index e55c261..6f1b9e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 374, +/**/ 373, /**/ 372,