sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit a4ecb67c167fb225451f25e18105f545d2a788d0
parent b3c9ad3cc6a8ad77b9c643aafe3a290b9f67e39d
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed, 27 Feb 2019 18:14:04 +0100

sfeed.c: improve comment

Diffstat:
Msfeed.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sfeed.c b/sfeed.c @@ -825,7 +825,7 @@ xmltagend(XMLParser *p, const char *t, size_t tl, int isshort) ctx.fields[i].tagid = TagUnknown; } ctx.contenttype = ContentTypeNone; - /* allow parsing of Atom and RSS in one XML stream. */ + /* allow parsing of Atom and RSS concatenated in one XML stream. */ ctx.feedtype = FeedTypeNone; } else if (!ctx.tagid || gettag(ctx.feedtype, t, tl) != ctx.tagid) {