=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.42 retrieving revision 1.43 diff -u -p -r1.42 -r1.43 --- mandoc/read.c 2014/01/06 00:53:33 1.42 +++ mandoc/read.c 2014/01/06 21:34:31 1.43 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.42 2014/01/06 00:53:33 schwarze Exp $ */ +/* $Id: read.c,v 1.43 2014/01/06 21:34:31 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -780,7 +780,7 @@ mparse_alloc(enum mparset inttype, enum mandoclevel wl curp->defos = defos; curp->quick = quick; - curp->roff = roff_alloc(inttype, curp); + curp->roff = roff_alloc(inttype, curp, curp->quick); return(curp); }