commit | addc156c38d442367854f71baee31f2eb003c699 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 18 12:25:09 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 18 12:25:09 2018 +0100 |
tree | f270aed8464bfffd3887f25181ea3c5a11a2b9aa | |
parent | 6b731886ca94d66b9bdedfb7e603af44a6400399 [diff] [blame] |
patch 8.1.0536: file time test fails when using NFS Problem: File time test fails when using NFS. Solution: Use three file times instead of localtim(). (James McCoy, closes #3618)
diff --git a/src/version.c b/src/version.c index eaaf98a..c0a5845 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 536, +/**/ 535, /**/ 534,