=================================================================== RCS file: /cvs/mandoc/Attic/xml.c,v retrieving revision 1.20 retrieving revision 1.22 diff -u -p -r1.20 -r1.22 --- mandoc/Attic/xml.c 2008/12/08 12:46:28 1.20 +++ mandoc/Attic/xml.c 2008/12/10 00:53:40 1.22 @@ -1,4 +1,4 @@ -/* $Id: xml.c,v 1.20 2008/12/08 12:46:28 kristaps Exp $ */ +/* $Id: xml.c,v 1.22 2008/12/10 00:53:40 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -20,7 +20,6 @@ #include #include -#include "libmdocml.h" #include "private.h" #include "ml.h" @@ -68,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);