summaryrefslogtreecommitdiff
path: root/sfeed_web.c
diff options
context:
space:
mode:
Diffstat (limited to 'sfeed_web.c')
-rw-r--r--sfeed_web.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_web.c b/sfeed_web.c
index 630ab60..0082f2d 100644
--- a/sfeed_web.c
+++ b/sfeed_web.c
@@ -103,7 +103,7 @@ static void
xmlattrentity(XMLParser *p, const char *t, size_t tl, const char *a, size_t al,
const char *v, size_t vl)
{
- char buf[16];
+ char buf[8];
int len;
if (!ishrefattr && !istypeattr)