commit | 4c22a91d20cce4f28dd2852a13129b5a4cc691da | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 02 22:29:38 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 02 22:29:38 2017 +0100 |
tree | 7f11c3f7a21b9135af78153e5c023888e0fc126a | |
parent | 430dc5d360166ca5bb6a73f2c87ae53e09282ecb [diff] [blame] |
patch 8.0.1254: undefined left shift in gethexchrs() Problem: Undefined left shift in gethexchrs(). (geeknik) Solution: Use unsigned long. (idea by Christian Brabandt, closes #2255)
diff --git a/src/version.c b/src/version.c index 0595104..7c293ba 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1254, +/**/ 1253, /**/ 1252,