diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-02-27 18:14:04 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-02-27 18:14:04 +0100 |
commit | a4ecb67c167fb225451f25e18105f545d2a788d0 (patch) | |
tree | 23e887d511694169666576b39ec569803fa7693a | |
parent | b3c9ad3cc6a8ad77b9c643aafe3a290b9f67e39d (diff) |
sfeed.c: improve comment
-rw-r--r-- | sfeed.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |