=================================================================== RCS file: /cvs/mandoc/Attic/xml.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- mandoc/Attic/xml.c 2008/12/09 17:09:12 1.21 +++ mandoc/Attic/xml.c 2008/12/10 00:53:40 1.22 @@ -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 * @@ -67,6 +67,8 @@ xml_printtagargs(struct md_mbuf *mbuf, const int *argc for (res = 0, i = 0; ROFF_ARGMAX != (c = argc[i]); i++) { if ( ! ml_nputs(mbuf, " ", 1, &res)) return(-1); + + /* FIXME: should puke on some, no? */ if ( ! ml_puts(mbuf, tokargnames[c], &res)) return(-1);