From 643d4d3e12bab073d256761997a695832f403658 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 10 Dec 2008 00:53:40 +0000 Subject: *** empty log message *** --- xml.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'xml.c') diff --git a/xml.c b/xml.c index 212778e5..673ca2b2 100644 --- a/xml.c +++ b/xml.c @@ -1,4 +1,4 @@ -/* $Id: xml.c,v 1.21 2008/12/09 17:09:12 kristaps Exp $ */ +/* $Id: xml.c,v 1.22 2008/12/10 00:53:40 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -68,6 +68,8 @@ xml_printtagargs(struct md_mbuf *mbuf, const int *argc, if ( ! ml_nputs(mbuf, " ", 1, &res)) return(-1); + /* FIXME: should puke on some, no? */ + if ( ! ml_puts(mbuf, tokargnames[c], &res)) return(-1); if ( ! ml_nputs(mbuf, "=\"", 2, &res)) -- cgit v1.2.3