commit | af59e34f1bf214ec6f2d0304c1c5b11ecda25a83 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Sun Apr 24 21:55:00 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 24 21:55:00 2022 +0100 |
tree | dba5ffd079bf486f9a75085951877ad6321b8517 | |
parent | aac12daa61d9e84616771ec9242fd232f46786e6 [diff] [blame] |
patch 8.2.4822: setting ufunc to NULL twice Problem: Setting ufunc to NULL twice. Solution: Set ufunc to NULL in find_exported(). (closes #19275)
diff --git a/src/version.c b/src/version.c index 36adeb6..612d9e0 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4822, +/**/ 4821, /**/ 4820,