mirror of
https://github.com/mirror/wget.git
synced 2025-03-26 01:30:14 +08:00
* src/convert.c (convert_links): Fix previous commit
This commit is contained in:
parent
fe4ade75cf
commit
8bc1d1447b
@ -240,7 +240,7 @@ convert_links (const char *file, struct urlpos *links)
|
|||||||
logputs (LOG_VERBOSE, _("nothing to do.\n"));
|
logputs (LOG_VERBOSE, _("nothing to do.\n"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
logputs (LOG_VERBOSE, _("%d.\n"), dry_count);
|
logprintf (LOG_VERBOSE, _("%d.\n"), dry_count);
|
||||||
}
|
}
|
||||||
|
|
||||||
fm = wget_read_file (file);
|
fm = wget_read_file (file);
|
||||||
|
Loading…
Reference in New Issue
Block a user