X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/2e8f242a67a04a512eae753f614e6bca2fdb595a..e691ea8079e5036d8f6379df2ab72e5f64e05874:/xml.c?ds=inline diff --git a/xml.c b/xml.c index 2a722299..6d7da207 100644 --- a/xml.c +++ b/xml.c @@ -1,4 +1,4 @@ -/* $Id: xml.c,v 1.19 2008/12/07 23:44:19 kristaps Exp $ */ +/* $Id: xml.c,v 1.20 2008/12/08 12:46:28 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -44,7 +44,7 @@ static int xml_begin(struct md_mbuf *, const struct md_args *, const struct tm *, const char *, const char *, - const char *, const char *); + enum roffmsec, const char *); static int xml_end(struct md_mbuf *, const struct md_args *); static ssize_t xml_printtagname(struct md_mbuf *, @@ -123,7 +123,7 @@ xml_printtagname(struct md_mbuf *mbuf, enum md_ns ns, int tok) static int xml_begin(struct md_mbuf *mbuf, const struct md_args *args, const struct tm *tm, const char *os, - const char *title, const char *section, + const char *title, enum roffmsec section, const char *vol) { @@ -199,6 +199,7 @@ int xml_alloc(void **p) { + *p = NULL; return(1); }