commit | 6d313bec535d9ccc24f6f82025280a61caad7416 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 22 16:36:25 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 22 16:36:25 2022 +0100 |
tree | 5b21870f647e33771fe1f2f14c20fd7af8925a71 | |
parent | 236ccbf6f8a671a45b773de4b34558ecfdf9ac02 [diff] [blame] |
patch 9.0.0547: looping over empty out_loop[] entries Problem: Looping over empty out_loop[] entries. Solution: Store the array size.
diff --git a/src/version.c b/src/version.c index 4641a1f..2f36c39 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 547, +/**/ 546, /**/ 545,