commit | 789a5c0e3d27f09456678f0cfb6c1bd2d8ab4a35 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 12 19:51:11 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 12 19:51:11 2016 +0200 |
tree | 875f09d9d7041be17b9ccf6e1aaaf5969391bd57 | |
parent | b56e7ff0dbbfa85361bdbc5b4a86ff8b57a7acbb [diff] [blame] |
patch 8.0.0003 Problem: getwinvar() returns wrong Value of boolean and number options, especially non big endian systems. (James McCoy) Solution: Cast the pointer to long or int. (closes #1060)
diff --git a/src/version.c b/src/version.c index 1b932fa..dcf02c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3, +/**/ 2, /**/ 1,