diff options
author | Nils Durner <durner@gnunet.org> | 2005-11-02 20:37:04 +0000 |
---|---|---|
committer | Nils Durner <durner@gnunet.org> | 2005-11-02 20:37:04 +0000 |
commit | ef7e489556cf667de19b33ddab92a4f92109f44b (patch) | |
tree | 7c2b63c931cfabeb90c48b7b778c40f065984446 | |
parent | 0ba6e79000f82e0ac11fff8f8036551a3b6e47d8 (diff) | |
download | gnunet-gtk-ef7e489556cf667de19b33ddab92a4f92109f44b.tar.gz gnunet-gtk-ef7e489556cf667de19b33ddab92a4f92109f44b.zip |
fix
-rw-r--r-- | src/plugins/fs/download.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fs/download.c b/src/plugins/fs/download.c index 8bc32872..886af8a2 100644 --- a/src/plugins/fs/download.c +++ b/src/plugins/fs/download.c | |||
@@ -466,7 +466,7 @@ void displayDownloadComplete(const struct ECRS_URI * uri, | |||
466 | if (ECRS_equalsUri(u, uri)) { | 466 | if (ECRS_equalsUri(u, uri)) { |
467 | char *dstPath, *newFn, *dstFile; | 467 | char *dstPath, *newFn, *dstFile; |
468 | char fnURL[PATH_MAX + 1], dummy[2]; | 468 | char fnURL[PATH_MAX + 1], dummy[2]; |
469 | ssizet_t len; | 469 | size_t len; |
470 | 470 | ||
471 | ren = ECRS_suggestFilename(ln); | 471 | ren = ECRS_suggestFilename(ln); |
472 | newFn = strrchr(ren ? ren : ln, DIR_SEPARATOR) + 1; | 472 | newFn = strrchr(ren ? ren : ln, DIR_SEPARATOR) + 1; |