diff options
| author | Giuseppe Scrivano <gscrivano@gnu.org> | 2010-07-30 01:00:26 +0200 |
|---|---|---|
| committer | Giuseppe Scrivano <gscrivano@gnu.org> | 2010-07-30 01:00:26 +0200 |
| commit | e095cc064eb72ca0cee6d41622e39e7ea3f211a6 (patch) | |
| tree | ffb8391230685c00cac8d522e85625f2cf1beb68 /src/css-url.c | |
| parent | 75c6ca0f5d1cc9baf604ed44f1a7b68a0373357d (diff) | |
| download | wget-e095cc064eb72ca0cee6d41622e39e7ea3f211a6.tar.gz | |
Fix a problem when -k is specified and url's are specified in CSS code.
Diffstat (limited to 'src/css-url.c')
| -rw-r--r-- | src/css-url.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css-url.c b/src/css-url.c index f3d8c909..ab8d6761 100644 --- a/src/css-url.c +++ b/src/css-url.c @@ -261,7 +261,7 @@ get_urls_css_file (const char *file, const char *url) DEBUGP (("Loaded %s (size %s).\n", file, number_to_static_string (fm->length))); ctx.text = fm->content; - ctx.head = ctx.tail = NULL; + ctx.head = NULL; ctx.base = NULL; ctx.parent_base = url ? url : opt.base_href; ctx.document_file = file; |
