1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Don't translate %d-%d.

This commit is contained in:
hniksic 2001-11-27 04:58:09 -08:00
parent 9463a91242
commit cca7541b10
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2001-11-27 Hrvoje Niksic <hniksic@arsdigita.com>
* url.c (convert_links): Don't translate %d-%d.
* main.c (print_help): Remove stray HAVE_RANDOM code.
2001-11-27 Hrvoje Niksic <hniksic@arsdigita.com>

View File

@ -1833,8 +1833,7 @@ convert_links (const char *file, struct urlpos *links)
fclose (fp);
read_file_free (fm);
logprintf (LOG_VERBOSE,
_("%d-%d\n"), to_file_count, to_url_count);
logprintf (LOG_VERBOSE, "%d-%d\n", to_file_count, to_url_count);
}
/* Construct and return a malloced copy of the relative link from two