talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 4d766fb1d2b569504465ae089a69e14fb002768d
parent d0f52e970e57bfb278e61f2776d3f938e81f0e5b
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Sat, 23 Jul 2016 23:02:55 +0200

Embarrassing typo fix in rssyl_subscribe().

Diffstat:
Msrc/plugins/rssyl/rssyl_subscribe.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/rssyl/rssyl_subscribe.c b/src/plugins/rssyl/rssyl_subscribe.c @@ -136,7 +136,7 @@ gboolean rssyl_subscribe(FolderItem *parent, const gchar *url, if (tmpname2[strlen(tmpname2) - 1] == '.') tmpname2[strlen(tmpname2) - 1] = '_'; if (tmpname2[strlen(tmpname2) - 1] == ' ') - tmpname2[strlen(tmpname2) - 1] == '_'; + tmpname2[strlen(tmpname2) - 1] = '_'; #endif while (folder_find_child_item_by_name(parent, tmpname2) != 0 && i < 20) {