=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.86 retrieving revision 1.87 diff -u -p -r1.86 -r1.87 --- mandoc/term.c 2009/07/15 15:37:48 1.86 +++ mandoc/term.c 2009/07/15 15:53:57 1.87 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.86 2009/07/15 15:37:48 kristaps Exp $ */ +/* $Id: term.c,v 1.87 2009/07/15 15:53:57 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -496,7 +496,6 @@ void term_word(struct termp *p, const char *word) { - assert(*word); if (term_isclosedelim(word)) if ( ! (TERMP_IGNDELIM & p->flags)) p->flags |= TERMP_NOSPACE;