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

Add space after function names

This commit is contained in:
Tim Rühsen 2014-11-26 12:39:47 +01:00
parent f0e7326c20
commit d87fdecd55
2 changed files with 16 additions and 12 deletions

View File

@ -1,6 +1,10 @@
2014-11-26 Tim Ruehsen <tim.ruehsen@gmx.de> 2014-11-26 Tim Ruehsen <tim.ruehsen@gmx.de>
* src/recur.c: Fix blacklisting of URLs to download * recur.c: Add space after function names
2014-11-26 Tim Ruehsen <tim.ruehsen@gmx.de>
* recur.c: Fix blacklisting of URLs to download
Fixes a reported crash and prevents multiple downloads of the Fixes a reported crash and prevents multiple downloads of the
same file in case the URL is escaped in different ways. same file in case the URL is escaped in different ways.

View File

@ -497,7 +497,7 @@ retrieve_tree (struct url *start_url_parsed, struct iri *pi)
URL is to be descended to. This is only ever called from URL is to be descended to. This is only ever called from
retrieve_tree, but is in a separate function for clarity. retrieve_tree, but is in a separate function for clarity.
The most expensive checks (such as those for robots) are memorized The most expensive checks (such as those for robots) are memoized
by storing these URLs to BLACKLIST. This may or may not help. It by storing these URLs to BLACKLIST. This may or may not help. It
will help if those URLs are encountered many times. */ will help if those URLs are encountered many times. */