comparison src/version.c @ 20490:1ee7baa5173b v8.2.0799

patch 8.2.0799: build fails if snprintf is not available Commit: https://github.com/vim/vim/commit/74c69636563310d1e941fec695ff2d74518fe743 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 19 21:43:47 2020 +0200 patch 8.2.0799: build fails if snprintf is not available Problem: Build fails if snprintf is not available. Solution: Use vim_snprintf().
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 May 2020 21:45:03 +0200
parents 1d595fada804
children 947e50e438d3
comparison
equal deleted inserted replaced
20489:863438017d49 20490:1ee7baa5173b
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 799,
749 /**/ 751 /**/
750 798, 752 798,
751 /**/ 753 /**/
752 797, 754 797,
753 /**/ 755 /**/