1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-05-03 17:03:29 +02:00
parent 647a530b33
commit a38b2b737e
2 changed files with 6 additions and 2 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
689,
/**/
688,
/**/