From: Micah Cowan Date: Sat, 29 Sep 2007 01:21:08 +0000 (-0700) Subject: Fix gethttp returning RETROK, which caused abortion. X-Git-Tag: v1.13~535 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=27478c069f0b1693a821a21c206f96de9c710492 Fix gethttp returning RETROK, which caused abortion. --- diff --git a/src/http.c b/src/http.c index b664d45f..5b9e8bbf 100644 --- a/src/http.c +++ b/src/http.c @@ -1821,7 +1821,7 @@ File `%s' already there; not retrieving.\n\n"), hs->local_file); if (has_html_suffix_p (hs->local_file)) *dt |= TEXTHTML; - return RETROK; + return RETRUNNEEDED; } else if (!ALLOW_CLOBBER) {