archrelease: copy trunk to community-any
[ArchLinux/community.git] / gwget / repos / community-x86_64 / wget.patch
blobf308e53ea99be4f23cbc4ce5afcfbd7622381754
1 diff -Naur gwget-1.0.4.orig/src/wget-log.c gwget-1.0.4/src/wget-log.c
2 --- gwget-1.0.4.orig/src/wget-log.c 2014-12-19 00:00:13.499719000 +0100
3 +++ gwget-1.0.4/src/wget-log.c 2014-12-19 01:30:44.848448393 +0100
4 @@ -152,6 +152,9 @@
5 (strstr (gwgetdata->line, "Host not found.") == NULL) &&
6 (strstr (gwgetdata->line, "Name or service not known") == NULL))
7 break;
9 + if (strncmp (gwgetdata->line, "converted ", 10) == 0)
10 + break;
12 /* Wget, under certain circumstances, returns a list of resolved IP addresses
13 * before attempting to connect, which can be ignored.