From 27478c069f0b1693a821a21c206f96de9c710492 Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Fri, 28 Sep 2007 18:21:08 -0700 Subject: [PATCH] Fix gethttp returning RETROK, which caused abortion. --- src/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.2