]> sjero.net Git - wget/blobdiff - src/retr.c
[svn] Ignore -np when in -p mode.
[wget] / src / retr.c
index 858226799194df2f7350424c89fdb02cb353f98d..6c12462a2a52b5444fdb9b924e564dee0dae8ba2 100644 (file)
@@ -535,7 +535,7 @@ retrieve_from_file (const char *file, int html, int *count)
   uerr_t status;
   struct urlpos *url_list, *cur_url;
 
-  url_list = (html ? get_urls_html (file, NULL, FALSE, NULL)
+  url_list = (html ? get_urls_html (file, NULL, NULL)
              : get_urls_file (file));
   status = RETROK;             /* Suppose everything is OK.  */
   *count = 0;                  /* Reset the URL count.  */