=================================================================== RCS file: /cvs/mandoc/mdoc.c,v retrieving revision 1.144 retrieving revision 1.145 diff -u -p -r1.144 -r1.145 --- mandoc/mdoc.c 2010/05/31 20:14:10 1.144 +++ mandoc/mdoc.c 2010/05/31 21:32:57 1.145 @@ -1,4 +1,4 @@ -/* $Id: mdoc.c,v 1.144 2010/05/31 20:14:10 kristaps Exp $ */ +/* $Id: mdoc.c,v 1.145 2010/05/31 21:32:57 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -595,6 +595,7 @@ mdoc_ptext(struct mdoc *m, int line, char *buf, int of case '-': if (mandoc_hyph(buf + offs, c)) *c = ASCII_HYPH; + ws = NULL; break; case ' ': if (NULL == ws)