summaryrefslogtreecommitdiff
path: root/src/raptor_rss_common.c
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2009-02-19 19:05:58 +0000
committerDave Beckett <dave@dajobe.org>2009-02-19 19:05:58 +0000
commit445b3031e79d1fee1b452ed68c60a65a6139fecf (patch)
tree40d2f2a91739f1065c09792a904af2f2d4bdc40d /src/raptor_rss_common.c
parent07521b2415013a957d9f71e8e78d04647aa883c2 (diff)
downloadraptor-445b3031e79d1fee1b452ed68c60a65a6139fecf.tar.gz
Add none raptor node type
Diffstat (limited to 'src/raptor_rss_common.c')
-rw-r--r--src/raptor_rss_common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/raptor_rss_common.c b/src/raptor_rss_common.c
index fef728ee..e9ae68ca 100644
--- a/src/raptor_rss_common.c
+++ b/src/raptor_rss_common.c
@@ -65,7 +65,7 @@ const raptor_rss_namespace_info raptor_rss_namespaces_info[RAPTOR_RSS_NAMESPACES
};
-const raptor_rss_info raptor_rss_types_info[RAPTOR_RSS_COMMON_SIZE]={
+const raptor_rss_info raptor_rss_types_info[RAPTOR_RSS_COMMON_SIZE+1]={
{ "channel", RSS1_0_NS, 0 },
{ "image", RSS1_0_NS, 0 },
{ "textinput", RSS1_0_NS, 0 },
@@ -77,6 +77,7 @@ const raptor_rss_info raptor_rss_types_info[RAPTOR_RSS_COMMON_SIZE]={
{ "feed", ATOM1_0_NS, 0 },
{ "entry", ATOM1_0_NS, 0 },
{ "<unknown>", RSS_UNKNOWN_NS, 0 },
+ { "<none>", RSS_UNKNOWN_NS, 0 }
};