comparison src/version.c @ 6232:ac6cfdc02695 v7.4.451

updated for version 7.4.451 Problem: Calling system() with empty input gives an error for writing the temp file. Solution: Do not try writing if the string length is zero. (Olaf Dabrunz)
author Bram Moolenaar <bram@vim.org>
date Fri, 19 Sep 2014 20:45:23 +0200
parents 7c9abc70ffc1
children 78aad99db762
comparison
equal deleted inserted replaced
6231:30f1a0f7d71c 6232:ac6cfdc02695
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 451,
744 /**/ 746 /**/
745 450, 747 450,
746 /**/ 748 /**/
747 449, 749 449,
748 /**/ 750 /**/