From 512ce49526822961cde1cef8b80236afa5ddb4dc Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 12 Jul 2011 21:32:43 +0000 Subject: Have equation be allocated with mparse. Will be needed for logging of messages. --- roff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roff.c') diff --git a/roff.c b/roff.c index 79d0897e..b6fa4682 100644 --- a/roff.c +++ b/roff.c @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.144 2011/07/08 09:28:33 kristaps Exp $ */ +/* $Id: roff.c,v 1.145 2011/07/12 21:32:43 kristaps Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze @@ -1179,7 +1179,7 @@ roff_EQ(ROFF_ARGS) struct eqn_node *e; assert(NULL == r->eqn); - e = eqn_alloc(ppos, ln); + e = eqn_alloc(ppos, ln, r->parse); if (r->last_eqn) r->last_eqn->next = e; -- cgit v1.2.3-56-ge451