]> sjero.net Git - wget/blobdiff - src/convert.c
[svn] Fixed broken -E -k -K mode.
[wget] / src / convert.c
index a59e3c516cf7709c3c72f66f5c2a3548b15f8e3a..4274bc5b1650873c39e51578d4ee9f9f328b177a 100644 (file)
@@ -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;
 }