[Commits] [SCM] claws branch, master, updated. 3.13.0-107-gac570c2
ticho at claws-mail.org
ticho at claws-mail.org
Fri Dec 18 16:26:33 CET 2015
The branch, master has been updated
via ac570c228d0e109898df95c2e5104424aed9c5a9 (commit)
from fc0abbcade165c5044e033830c5c0f0b77a650c2 (commit)
Summary of changes:
src/plugins/rssyl/rssyl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit ac570c228d0e109898df95c2e5104424aed9c5a9
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Fri Dec 18 16:25:38 2015 +0100
RSSyl: do not add extra dir separator in item_get_path().
diff --git a/src/plugins/rssyl/rssyl.c b/src/plugins/rssyl/rssyl.c
index 9c36d0c..ecb01dd 100644
--- a/src/plugins/rssyl/rssyl.c
+++ b/src/plugins/rssyl/rssyl.c
@@ -530,7 +530,7 @@ static gchar *rssyl_item_get_path(Folder *folder, FolderItem *item)
name = folder_item_get_name(rssyl_get_root_folderitem(item));
path = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, RSSYL_DIR,
- G_DIR_SEPARATOR_S, name, G_DIR_SEPARATOR_S, item->path, NULL);
+ G_DIR_SEPARATOR_S, name, item->path, NULL);
g_free(name);
return path;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list