comparison src/version.c @ 5407:7b760cda2bbf v7.4.054

updated for version 7.4.054 Problem: Reading past end of the 'stl' string. Solution: Don't increment pointer when already at the NUL. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Sat, 02 Nov 2013 04:39:38 +0100
parents 733193bf24c3
children 38a755adc580
comparison
equal deleted inserted replaced
5406:95b054866009 5407:7b760cda2bbf
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 54,
741 /**/ 743 /**/
742 53, 744 53,
743 /**/ 745 /**/
744 52, 746 52,
745 /**/ 747 /**/