commit | 6acc79f5d4b9d5b02f4ab21ec885e68acc13a2e2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 14 22:53:31 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 14 22:53:31 2019 +0100 |
tree | 3d540583e4689cb895e2b87b08243549fe0b064a | |
parent | 1be45b2ea76ae2e39817a98a584d4d6cbb983a7b [diff] [blame] |
patch 8.1.0749: error message contains garbage Problem: Error message contains garbage. (Dominique Pelle) Solution: Use correct pointer to failed expression.
diff --git a/src/version.c b/src/version.c index e01d1c7..c0a91d3 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 749, +/**/ 748, /**/ 747,