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:
parent
9463a91242
commit
cca7541b10
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user