=================================================================== RCS file: /cvs/mandoc/cgi.c,v retrieving revision 1.48 retrieving revision 1.49 diff -u -p -r1.48 -r1.49 --- mandoc/cgi.c 2014/03/19 22:05:10 1.48 +++ mandoc/cgi.c 2014/03/19 22:20:43 1.49 @@ -1,4 +1,4 @@ -/* $Id: cgi.c,v 1.48 2014/03/19 22:05:10 schwarze Exp $ */ +/* $Id: cgi.c,v 1.49 2014/03/19 22:20:43 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * @@ -753,7 +753,7 @@ format(const struct req *req, const char *file) /*"includes=/cgi-bin/man.cgi/usr/include/%%I"*/, progname); - mparse_result(mp, &mdoc, &man); + mparse_result(mp, &mdoc, &man, NULL); if (NULL == man && NULL == mdoc) { resp_baddb(); mparse_free(mp);