commit | a9f8ee05f46f2d6621a3719cd15150155d33eed4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 14 23:40:45 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 14 23:40:45 2017 +0200 |
tree | ced769a1f4240f0d5ecebcd76441cdaa22b802d9 | |
parent | 60104f183cc639d2a5295ba157d4ec66ac19fa53 [diff] [blame] |
patch 8.0.0946: using PATH_MAX does not work well on some systems Problem: Using PATH_MAX does not work well on some systems. Solution: use MAXPATHL instead. (James McCoy, closes #1973)
diff --git a/src/version.c b/src/version.c index d616e25..f3e5a3a 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 946, +/**/ 945, /**/ 944,