commit | 1c32dff7d6b4cf00d1e63ac79968e9deb8b90e2e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 05 16:41:24 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 05 16:41:24 2011 +0200 |
tree | 2d78aad10e6cfc81acfcac846501a99d719933d5 | |
parent | 85de20665f3ed48345b79cd0920af41397544141 [diff] [blame] |
updated for version 7.3.172 Problem: MS-Windows: rename() might delete the file if the name differs but it's actually the same file. Solution: Use the file handle to check if it's the same file. (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index b99456a..d4edf67 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 172, +/**/ 171, /**/ 170,