commit | bb65a5690c24ccfce37e210316bf1d0964c91359 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 15 18:15:03 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 15 18:15:03 2020 +0100 |
tree | 2e42a98f5924a20f29bbc45bed10f6e2ccfcee0b | |
parent | 0bdbc10e8a74e7dd447cd975fb1445bbdcbb4f37 [diff] [blame] |
patch 8.2.0387: error for possible NULL argument to qsort() Problem: Error for possible NULL argument to qsort(). Solution: Don't call qsort() when there is nothing to sort. (Dominique Pelle, closes #5780)
diff --git a/src/version.c b/src/version.c index 7d2f12e..a25685c 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 387, +/**/ 386, /**/ 385,