1
0
mirror of https://github.com/mirror/wget.git synced 2025-04-25 12:40:30 +08:00

* src/convert.c (convert_links): Add \n (Fixes )

This commit is contained in:
Tim Rühsen 2020-02-12 09:57:27 +01:00
parent 928c54d27e
commit fe4ade75cf

View File

@ -240,6 +240,7 @@ convert_links (const char *file, struct urlpos *links)
logputs (LOG_VERBOSE, _("nothing to do.\n"));
return;
}
logputs (LOG_VERBOSE, _("%d.\n"), dry_count);
}
fm = wget_read_file (file);