sfeed

Simple RSS and Atom feed parser
git clone https://git.sinitax.com/codemadness/sfeed
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit 4b97fc93a6f8ae8cd4e7412884ba13137bc09c45
parent bd5a0f5d36730ebb11a32c0c089b468b9d60ebe1
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Mon, 20 Jun 2022 13:25:12 +0200

sfeed: reword a poorly-worded comment

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

diff --git a/sfeed.c b/sfeed.c @@ -966,7 +966,7 @@ xmltagend(XMLParser *p, const char *t, size_t tl, int isshort) return; if (ISINCONTENT(ctx)) { - /* not close content field */ + /* not a closed content field */ if (!istag(ctx.tag.name, ctx.tag.len, t, tl)) { if (!isshort && ctx.contenttype == ContentTypeHTML) { xmldata(p, "</", 2);