summaryrefslogtreecommitdiff
path: root/src/fs/fs_download.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-01-03 16:00:02 +0000
committerChristian Grothoff <christian@grothoff.org>2011-01-03 16:00:02 +0000
commit17d48a5d001e42727443faed87358e289bc6f0d3 (patch)
tree2ae2ec1ce6f41558554ad68ddd541daf37547f99 /src/fs/fs_download.c
parentc3eb3e1d649e6930b872baad3e1c3135d35138f4 (diff)
downloadgnunet-17d48a5d001e42727443faed87358e289bc6f0d3.tar.gz
gnunet-17d48a5d001e42727443faed87358e289bc6f0d3.zip
fix
Diffstat (limited to 'src/fs/fs_download.c')
-rw-r--r--src/fs/fs_download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_download.c b/src/fs/fs_download.c
index 746303c69..d7f1de283 100644
--- a/src/fs/fs_download.c
+++ b/src/fs/fs_download.c
@@ -853,7 +853,7 @@ GNUNET_FS_meta_data_suggest_filename (const struct GNUNET_CONTAINER_MetaData *md
853 const char *ext; 853 const char *ext;
854 854
855 ret = GNUNET_CONTAINER_meta_data_get_by_type (md, 855 ret = GNUNET_CONTAINER_meta_data_get_by_type (md,
856 EXTRACTOR_METATYPE_FILENAME); 856 EXTRACTOR_METATYPE_GNUNET_ORIGINAL_FILENAME);
857 if (ret != NULL) 857 if (ret != NULL)
858 return ret; 858 return ret;
859 ext = NULL; 859 ext = NULL;