commit | f5d0f54790fa86dfe73b428a087c8d8e6f391857 | [log] [tgz] |
---|---|---|
author | AmberArr <me@frost.moe> | Sun Aug 20 20:03:45 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sun Aug 20 20:03:45 2023 +0200 |
tree | a1ef2d1657f55715d5fa0b0cbc44a0cc112bba22 | |
parent | 9f29621415146abc046471440515e9e34f3e57a1 [diff] [blame] |
patch 9.0.1769: executable() ignoring symlinks on Windows Problem: executable() ignoring symlinks on Windows Solution: resolve reparse points closes: #12562 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: AmberArr <me@frost.moe>
diff --git a/src/version.c b/src/version.c index 598e3ee..e81dd71 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1769, +/**/ 1768, /**/ 1767,