diff options
Diffstat (limited to 'src/plugins/fs/download.c')
-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 9fc0fe95..2ee8becf 100644 --- a/src/plugins/fs/download.c +++ b/src/plugins/fs/download.c | |||
@@ -484,7 +484,7 @@ void displayDownloadComplete(const struct ECRS_URI * uri, | |||
484 | char fnURL[PATH_MAX + 1], dummy[2]; | 484 | char fnURL[PATH_MAX + 1], dummy[2]; |
485 | size_t len; | 485 | size_t len; |
486 | 486 | ||
487 | ren = ECRS_suggestFilename(ln); | 487 | ren = ECRS_suggestFilename(fn); |
488 | newFn = strrchr(ren ? ren : ln, DIR_SEPARATOR) + 1; | 488 | newFn = strrchr(ren ? ren : ln, DIR_SEPARATOR) + 1; |
489 | 489 | ||
490 | dstPath = getFileName("FS", | 490 | dstPath = getFileName("FS", |