From 65df3f2e9a3961541ac33f1a147d373f814aedf9 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Mon, 12 Oct 2020 20:42:17 +0200 Subject: add a comment about the intended date priority --- sfeed.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sfeed.c b/sfeed.c index 3cb6712..7eab8ab 100644 --- a/sfeed.c +++ b/sfeed.c @@ -46,7 +46,7 @@ typedef struct string { enum TagId { TagUnknown = 0, /* RSS */ - RSSTagDcdate, RSSTagPubdate, + RSSTagDcdate, RSSTagPubdate, /* creation date has higher priority */ RSSTagTitle, RSSTagMediaDescription, RSSTagDescription, RSSTagContentEncoded, RSSTagGuid, @@ -58,7 +58,7 @@ enum TagId { RSSTagAuthor, RSSTagDccreator, RSSTagCategory, /* Atom */ - AtomTagUpdated, AtomTagPublished, + AtomTagUpdated, AtomTagPublished, /* creation date has higher priority */ AtomTagTitle, AtomTagMediaDescription, AtomTagSummary, AtomTagContent, AtomTagId, -- cgit v1.2.3