=================================================================== RCS file: /cvs/mandoc/cgi.c,v retrieving revision 1.162 retrieving revision 1.163 diff -u -p -r1.162 -r1.163 --- mandoc/cgi.c 2018/12/13 11:55:46 1.162 +++ mandoc/cgi.c 2018/12/14 01:18:25 1.163 @@ -1,4 +1,4 @@ -/* $Id: cgi.c,v 1.162 2018/12/13 11:55:46 schwarze Exp $ */ +/* $Id: cgi.c,v 1.163 2018/12/14 01:18:25 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2014, 2015, 2016, 2017, 2018 Ingo Schwarze @@ -861,7 +861,7 @@ resp_format(const struct req *req, const char *file) mchars_alloc(); mp = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1, - MANDOCERR_MAX, NULL, MANDOC_OS_OTHER, req->q.manpath); + MANDOC_OS_OTHER, req->q.manpath); mparse_readfd(mp, fd, file); close(fd);