commit | 88b1ba151ae7bb66dc92c85f1eb63fe7fcc03051 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 29 13:34:19 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 29 13:34:19 2012 +0200 |
tree | 37f79b98a0f3847b8b09640582b7596bf8940848 | |
parent | a53c60d33c917455857de96a44e109da7d305d8a [diff] [blame] |
updated for version 7.3.573 Problem: Using array index before bounds checking. Solution: Swap the parts of the condition. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index d424af7..ebe1988 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 573, +/**/ 572, /**/ 571,