=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/roff.c,v retrieving revision 1.242 retrieving revision 1.243 diff -u -r1.242 -r1.243 --- src/usr.bin/mandoc/roff.c 2020/02/27 01:25:58 1.242 +++ src/usr.bin/mandoc/roff.c 2020/02/27 21:38:27 1.243 @@ -1,4 +1,4 @@ -/* $OpenBSD: roff.c,v 1.242 2020/02/27 01:25:58 schwarze Exp $ */ +/* $OpenBSD: roff.c,v 1.243 2020/02/27 21:38:27 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2010-2015, 2017-2020 Ingo Schwarze @@ -1171,7 +1171,7 @@ char *cp; size_t sz; - if (n->type != ROFFT_TEXT) { + if (n->string == NULL) { for (n = n->child; n != NULL; n = n->next) deroff(dest, n); return;