comparison src/version.c @ 2618:fb60c9f35517 v7.3.040

updated for version 7.3.040 Problem: Comparing strings while ignoring case goes beyond end of the string when there are illegal bytes. (Dominique Pelle) Solution: Explicitly check for illegal bytes.
author Bram Moolenaar <bram@vim.org>
date Wed, 27 Oct 2010 13:37:44 +0200
parents f2927225367a
children 6a80537ac7aa
comparison
equal deleted inserted replaced
2617:f2927225367a 2618:fb60c9f35517
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 40,
717 /**/ 719 /**/
718 39, 720 39,
719 /**/ 721 /**/
720 38, 722 38,
721 /**/ 723 /**/