From 618b3b361598cd7a4cf75b24407930623bfafc20 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 5 Jan 2014 20:41:04 +0000 Subject: Cope with mparse_alloc() interface change. --- cgi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cgi.c') diff --git a/cgi.c b/cgi.c index 64bde45c..cc9663c8 100644 --- a/cgi.c +++ b/cgi.c @@ -1,4 +1,4 @@ -/* $Id: cgi.c,v 1.46 2013/10/11 00:06:48 schwarze Exp $ */ +/* $Id: cgi.c,v 1.47 2014/01/05 20:41:04 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * @@ -739,7 +739,7 @@ format(const struct req *req, const char *file) return; } - mp = mparse_alloc(MPARSE_AUTO, MANDOCLEVEL_FATAL, NULL, NULL, NULL); + mp = mparse_alloc(MPARSE_AUTO, MANDOCLEVEL_FATAL, NULL, NULL, 0); rc = mparse_readfd(mp, fd, file); close(fd); -- cgit v1.2.3