commit | 2ac037f54bb2588b7a86e61c9c6e9504884edbec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 09 14:12:14 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 09 14:12:14 2022 +0100 |
tree | ce78bdd9ba927c3af00c5b05263a63f1a157affe | |
parent | 51f0bc31d3cf512508419064faac0e5b7e52c98b [diff] [blame] |
patch 8.2.4927: return type of remove() incorrect when using three arguments Problem: Return type of remove() incorrect when using three arguments. Solution: Use first argument type when there are three arguments. (closes #10387)
diff --git a/src/version.c b/src/version.c index c23757f..54eb652 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4927, +/**/ 4926, /**/ 4925,