comparison src/version.c @ 9163:731ee601de16 v7.4.1865

commit https://github.com/vim/vim/commit/9ad73239c26467832a5b553b2a4b99d7ffbaa25e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 1 22:08:17 2016 +0200 patch 7.4.1865 Problem: Memory leaks in tet49. (Dominique Pelle) Solution: Use NULL instead of an empty string.
author Christian Brabandt <cb@256bit.org>
date Wed, 01 Jun 2016 22:15:05 +0200
parents 56c93626f6f3
children 062eb6d28b0c
comparison
equal deleted inserted replaced
9162:9652f2e50ea1 9163:731ee601de16
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1865,
756 /**/ 758 /**/
757 1864, 759 1864,
758 /**/ 760 /**/
759 1863, 761 1863,
760 /**/ 762 /**/