commit | 8b34aea1b0431082a062ecfb5de0f244f3f23418 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Thu Jun 13 21:20:20 2024 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Thu Jun 13 21:20:20 2024 +0200 |
tree | f2e13255194a49c1ae7b4e2d03d537f4f08f2006 | |
parent | 1cd31a4501c48dbeae272de7394fa39ede7b10dd [diff] [blame] |
patch 9.1.0483: glob() not sufficiently tested Problem: glob() not sufficiently tested Solution: Add more tests for directory containing [] chars related: #14991 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 43a09d3..2df2071 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 483, +/**/ 482, /**/ 481,