From 9da61f6af7d4a648c5a65829c23ac4708c80fbbf Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 19 Mar 2014 22:24:12 +0000 Subject: cope with the mparse_result() interface change --- mandocdb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mandocdb.c b/mandocdb.c index af4e5884..49f92125 100644 --- a/mandocdb.c +++ b/mandocdb.c @@ -1,4 +1,4 @@ -/* $Id: mandocdb.c,v 1.49.2.12 2014/03/19 22:09:29 schwarze Exp $ */ +/* $Id: mandocdb.c,v 1.49.2.13 2014/03/19 22:24:12 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2011, 2012 Ingo Schwarze @@ -651,7 +651,7 @@ index_merge(const struct of *of, struct mparse *mp, if ((MANDOC_SRC & of->src_form || ! (MANDOC_FORM & of->src_form)) && MANDOCLEVEL_FATAL > mparse_readfd(mp, -1, fn)) - mparse_result(mp, &mdoc, &man); + mparse_result(mp, &mdoc, &man, NULL); if (NULL != mdoc) { msec = mdoc_meta(mdoc)->msec; -- cgit v1.2.3-56-ge451