commit | 7e6a2a64f09df577f29e024c1d1e6733d6bc1b7c | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Wed Jul 28 11:51:48 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 28 11:51:48 2021 +0200 |
tree | 2c8867bbd35e1c07756c74041e2fff09e7f9f928 | |
parent | 9088784972c0ed72997de8752964d6b587218778 [diff] [blame] |
patch 8.2.3232: system() does not work without a second argument Problem: system() does not work without a second argument. Solution: Do not require a second argument. (Yegappan Lakshmanan, closes #8651, closes #8650)
diff --git a/src/version.c b/src/version.c index e6491db..85b8ae9 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3232, +/**/ 3231, /**/ 3230,