diff src/version.c @ 3626:802b1a1b275f v7.3.573

updated for version 7.3.573 Problem: Using array index before bounds checking. Solution: Swap the parts of the condition. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Fri, 29 Jun 2012 13:34:19 +0200
parents 3ae387af405f
children 3ac005f02cf0
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    573,
+/**/
     572,
 /**/
     571,