commit | 5145c9a829cd43cb9e7962b181bf99226eb3a53f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 11 13:55:53 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 11 13:55:53 2023 +0000 |
tree | b429ed22ce38615b700ef0b868dd6cf5924d7532 | |
parent | 4df0772a41c361a1c40d220f6fad0b1e1653fc5b [diff] [blame] |
patch 9.0.1400: find_file_in_path() is not reentrant Problem: find_file_in_path() is not reentrant. Solution: Instead of global variables pass pointers to the functions. (closes #12093)
diff --git a/src/version.c b/src/version.c index 56f6cb4..b1d88f4 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1400, +/**/ 1399, /**/ 1398,