=================================================================== RCS file: /cvs/mandoc/Attic/mdoc_action.c,v retrieving revision 1.39 retrieving revision 1.40 diff -u -p -r1.39 -r1.40 --- mandoc/Attic/mdoc_action.c 2009/09/24 15:01:06 1.39 +++ mandoc/Attic/mdoc_action.c 2009/09/24 15:08:41 1.40 @@ -1,4 +1,4 @@ -/* $Id: mdoc_action.c,v 1.39 2009/09/24 15:01:06 kristaps Exp $ */ +/* $Id: mdoc_action.c,v 1.40 2009/09/24 15:08:41 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -943,6 +943,7 @@ post_rs(POST_ARGS) if (MDOC_BLOCK != n->type) return(1); + assert(n->body->child); for (next = NULL, nn = n->body->child->next; nn; nn = next) { o = order_rs(nn->tok);