=================================================================== RCS file: /cvs/mandoc/Attic/mdocterm.c,v retrieving revision 1.34 retrieving revision 1.35 diff -u -p -r1.34 -r1.35 --- mandoc/Attic/mdocterm.c 2009/03/06 14:13:47 1.34 +++ mandoc/Attic/mdocterm.c 2009/03/08 13:52:29 1.35 @@ -1,4 +1,4 @@ -/* $Id: mdocterm.c,v 1.34 2009/03/06 14:13:47 kristaps Exp $ */ +/* $Id: mdocterm.c,v 1.35 2009/03/08 13:52:29 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -490,7 +490,7 @@ body(struct termp *p, struct termpair *ppair, if ( ! (*termacts[node->tok].pre)(p, &pair, meta, node)) dochild = 0; } else /* MDOC_TEXT == node->type */ - word(p, node->data.text.string); + word(p, node->string); /* Children. */