comparison src/version.c @ 20267:456c3b98d4c8 v8.2.0689

patch 8.2.0689: when using getaddrinfo() the error message is unclear Commit: https://github.com/vim/vim/commit/a38b2b737e244eb2e4f199e070b05f86f4d433d4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 3 17:03:29 2020 +0200 patch 8.2.0689: when using getaddrinfo() the error message is unclear Problem: When using getaddrinfo() the error message is unclear. Solution: Use gai_strerror() to get the message. (Ozaki Kiichi, closes #6034)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 May 2020 17:15:04 +0200
parents d821c03b890c
children 246101db63a4
comparison
equal deleted inserted replaced
20266:cb107e572f1c 20267:456c3b98d4c8
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 689,
749 /**/ 751 /**/
750 688, 752 688,
751 /**/ 753 /**/
752 687, 754 687,
753 /**/ 755 /**/