comparison src/version.c @ 6598:4b1e3b3aa78a v7.4.625

updated for version 7.4.625 Problem: Possible NULL pointer dereference. Solution: Check for NULL before using it. (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Tue, 10 Feb 2015 18:41:58 +0100
parents f8f2a61e538d
children 68e0e6bb8250
comparison
equal deleted inserted replaced
6597:6bb932add4f4 6598:4b1e3b3aa78a
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 625,
744 /**/ 746 /**/
745 624, 747 624,
746 /**/ 748 /**/
747 623, 749 623,
748 /**/ 750 /**/