=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandocdb.c,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- src/usr.bin/mandoc/mandocdb.c 2012/04/18 01:41:41 1.41 +++ src/usr.bin/mandoc/mandocdb.c 2012/05/24 23:33:23 1.42 @@ -1,4 +1,4 @@ -/* $Id: mandocdb.c,v 1.41 2012/04/18 01:41:41 deraadt Exp $ */ +/* $Id: mandocdb.c,v 1.42 2012/05/24 23:33:23 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * Copyright (c) 2011 Ingo Schwarze @@ -374,7 +374,7 @@ info.lorder = 4321; info.flags = R_DUP; - mp = mparse_alloc(MPARSE_AUTO, MANDOCLEVEL_FATAL, NULL, NULL); + mp = mparse_alloc(MPARSE_AUTO, MANDOCLEVEL_FATAL, NULL, NULL, NULL); memset(&buf, 0, sizeof(struct buf)); memset(&dbuf, 0, sizeof(struct buf));