mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Fixed broken -E -k -K mode.
This commit is contained in:
parent
763229b67f
commit
d8aca98b18
@ -1,3 +1,8 @@
|
||||
2006-10-12 Mauro Tortonesi <mauro@ferrara.linux.it>
|
||||
|
||||
* convert.c (downloaded_file): Fixed bug which used to break -E -k -K
|
||||
mode.
|
||||
|
||||
2006-08-28 Mauro Tortonesi <mauro@ferrara.linux.it>
|
||||
|
||||
* http.c: #include'd spider.h to get rid of compiler warnings.
|
||||
|
@ -934,7 +934,7 @@ downloaded_file (downloaded_file_t mode, const char *file)
|
||||
return *ptr;
|
||||
|
||||
ptr = downloaded_mode_to_ptr (mode);
|
||||
hash_table_put (downloaded_files_hash, xstrdup (file), &ptr);
|
||||
hash_table_put (downloaded_files_hash, xstrdup (file), ptr);
|
||||
|
||||
return FILE_NOT_ALREADY_DOWNLOADED;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user