Fix gethttp returning RETROK, which caused abortion.

This commit is contained in:
Micah Cowan 2007-09-28 18:21:08 -07:00
parent 6633b74930
commit 27478c069f
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{