=================================================================== RCS file: /cvs/mandoc/cgi.c,v retrieving revision 1.43 retrieving revision 1.44 diff -u -p -r1.43 -r1.44 --- mandoc/cgi.c 2012/03/25 00:46:39 1.43 +++ mandoc/cgi.c 2012/05/27 17:48:57 1.44 @@ -1,4 +1,4 @@ -/* $Id: cgi.c,v 1.43 2012/03/25 00:46:39 kristaps Exp $ */ +/* $Id: cgi.c,v 1.44 2012/05/27 17:48:57 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * @@ -733,7 +733,7 @@ format(const struct req *req, const char *file) return; } - mp = mparse_alloc(MPARSE_AUTO, MANDOCLEVEL_FATAL, NULL, NULL); + mp = mparse_alloc(MPARSE_AUTO, MANDOCLEVEL_FATAL, NULL, NULL, NULL); rc = mparse_readfd(mp, fd, file); close(fd);