SMOLNET PORTAL home about changes
sfeed: fix a wrong comment - sfeed - RSS and Atom parser
(URL) git clone git://git.codemadness.org/sfeed (git://git.codemadness.org)
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit bd5a0f5d36730ebb11a32c0c089b468b9d60ebe1
(DIR) parent 0f2ddea7cfe31a651533cf170bc31627415db593
(URL) Author: Hiltjo Posthuma <hiltjo@codemadness.org> (mailto://) application/vnd.lotus-organizer
Date: Mon, 20 Jun 2022 13:18:43 +0200
sfeed: fix a wrong comment
Diffstat:
M sfeed.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/sfeed.c b/sfeed.c
@@ -757,7 +757,7 @@ xmlattrentity(XMLParser *p, const char *t, size_t tl, const char *n, size_t nl,
return;
/* try to translate entity, else just pass as data to
- * xmldata handler. */
+ * xmlattr handler. */
if ((len = xml_entitytostr(data, buf, sizeof(buf))) > 0)
xmlattr(p, t, tl, n, nl, buf, (size_t)len);
else
Response: application/gopher-menu
Original URLgopher://codemadness.org/1/git/sfeed/commit/bd5a0f5d36730...
Content-Typeapplication/gopher-menu; charset=utf-8