]> sjero.net Git - wget/blobdiff - src/html.c
[svn] --retr-symlinks was not previously documented properly. Based on my newfound
[wget] / src / html.c
index 426e733059d6a99bb5e16ab52e84fb53fb071598..b5327ca315a68a927b29c0354b41e814e2252e67 100644 (file)
@@ -145,7 +145,7 @@ htmlfindurl (const char *buf, int bufsize, int *size, int init,
     {
       const char*  link_href = NULL;
       const char*  link_rel = NULL;
-      int          link_href_saved_size;
+      int          link_href_saved_size = 0; /* init. just to shut up warning */
 
       if (!bufsize)
        break;