[Commits] [SCM] claws branch, master, updated. 3.11.1-51-gd051560
ticho at claws-mail.org
ticho at claws-mail.org
Thu Jan 1 23:39:34 CET 2015
The branch, master has been updated
via d05156031070efe6104695acad93aa879bc0f084 (commit)
from 22e05b492f09ed1d20cd48e1917d1dead0fc248e (commit)
Summary of changes:
src/plugins/rssyl/libfeed/parser.c | 4 ++++
1 file changed, 4 insertions(+)
- Log -----------------------------------------------------------------
commit d05156031070efe6104695acad93aa879bc0f084
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Thu Jan 1 23:36:36 2015 +0100
RSSyl: Fix handling of feeds with encodings unknown to expat. Turns out the only thing missing was that HAVE_ICONV macro (from config.h) was not defined in parser.c, so our "unknown encoding" expat handler function did nothing. Fixes bug #3339.
diff --git a/src/plugins/rssyl/libfeed/parser.c b/src/plugins/rssyl/libfeed/parser.c
index bb0bb0d..14f4a36 100644
--- a/src/plugins/rssyl/libfeed/parser.c
+++ b/src/plugins/rssyl/libfeed/parser.c
@@ -17,6 +17,10 @@
* Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include <glib.h>
#include <curl/curl.h>
#include <expat.h>
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list