commit | a38b2b737e244eb2e4f199e070b05f86f4d433d4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 03 17:03:29 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 03 17:03:29 2020 +0200 |
tree | 3c4526319424926d16bc78b7440208280458ee77 | |
parent | 647a530b33d9d767f591159c24c62de48e57dad7 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index fcc897a..c083372 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 689, +/**/ 688, /**/ 687,