commit | 35d88f4e2ff5dcd9904f04612d5febede996137c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 14:52:00 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 14:52:00 2016 +0200 |
tree | 38479c0cea567a8ad53c10b3dc5c6609b4334a1c | |
parent | 76b6dfe54ba9b85cd9d8e6539205c1679a187961 [diff] [blame] |
patch 7.4.1889 Problem: When umask is set to 0177 Vim can't create temp files. (Lcd) Solution: Also correct umask when using mkdtemp().
diff --git a/src/version.c b/src/version.c index e18515e..4ab1a25 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1889, +/**/ 1888, /**/ 1887,