aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/download.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/download.c')
-rw-r--r--src/plugins/fs/download.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/fs/download.c b/src/plugins/fs/download.c
index 9e09571f..7ce50a70 100644
--- a/src/plugins/fs/download.c
+++ b/src/plugins/fs/download.c
@@ -154,7 +154,7 @@ static void initiateDownload(GtkTreeModel * model,
154 fn = getFileName("FS", 154 fn = getFileName("FS",
155 "DOWNLOADDIR", 155 "DOWNLOADDIR",
156 _("You must specify a directory in the configuration" 156 _("You must specify a directory in the configuration"
157 " in section '%s' under '%s'.")); 157 " in section `%s' under `%s'."));
158 mkdirp(fn); 158 mkdirp(fn);
159 pfx = MALLOC(strlen(fn) + 2 + 159 pfx = MALLOC(strlen(fn) + 2 +
160 strlen(name)); 160 strlen(name));
@@ -355,7 +355,7 @@ void displayDownloadComplete(const struct ECRS_URI * uri,
355 and create a symlink */ 355 and create a symlink */
356 if (0 != RENAME(ren, fn)) 356 if (0 != RENAME(ren, fn))
357 LOG(LOG_ERROR, 357 LOG(LOG_ERROR,
358 _("Renaming of file '%s' to '%s' failed: %s\n"), 358 _("Renaming of file `%s' to `%s' failed: %s\n"),
359 ren, 359 ren,
360 fn, 360 fn,
361 STRERROR(errno)); 361 STRERROR(errno));