1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Parse html from files when -r -nc is active.

This commit is contained in:
Micah Cowan 2008-04-27 12:11:03 -07:00
parent 886cc094e1
commit 202caab4c2
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-04-27 Rabin Vincent <rabin@rab.in>
* http.c (http_loop): Fix return for the case where we don't
download a file because of -nc.
2008-04-27 Micah Cowan <micah@cowan.name>
* url.c (path_simplify): Go back to allowing leading ".." in

View File

@ -2389,7 +2389,8 @@ File `%s' already there; not retrieving.\n\n"),
if (has_html_suffix_p (hstat.local_file))
*dt |= TEXTHTML;
return RETRUNNEEDED;
ret = RETROK;
goto exit;
}
/* Reset the counter. */