[svn] Don't explicitly set entry->next to NULL since entry is already zeroed out.

This commit is contained in:
hniksic 2005-06-26 13:29:39 -07:00
parent 5019227f61
commit fc532c9bee
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

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