mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Don't explicitly set entry->next to NULL since entry is already zeroed out.
This commit is contained in:
parent
5019227f61
commit
fc532c9bee
@ -1,3 +1,8 @@
|
||||
2005-06-26 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* html-url.c (get_urls_file): Don't explicitly set entry->next to
|
||||
NULL since entry is already zeroed out.
|
||||
|
||||
2005-06-26 Gisle Vanem <giva@bgnett.no>
|
||||
|
||||
* mswindows.h: Define gai_strerror under MinGW.
|
||||
|
@ -701,7 +701,6 @@ get_urls_file (const char *file)
|
||||
xfree (url_text);
|
||||
|
||||
entry = xnew0 (struct urlpos);
|
||||
entry->next = NULL;
|
||||
entry->url = url;
|
||||
|
||||
if (!head)
|
||||
|
Loading…
Reference in New Issue
Block a user