comparison src/version.c @ 5854:c519c446c548 v7.4.270

updated for version 7.4.270 Problem: Comparing pointers instead of the string they point to. Solution: Use strcmp(). (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Tue, 29 Apr 2014 15:11:43 +0200
parents 81c26975e8f9
children 88b0571de432
comparison
equal deleted inserted replaced
5853:63164d52cd03 5854:c519c446c548
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 270,
737 /**/ 739 /**/
738 269, 740 269,
739 /**/ 741 /**/
740 268, 742 268,
741 /**/ 743 /**/