]> git.cameronkatri.com Git - mandoc.git/blobdiff - tbl_term.c
Do not mistreat empty arguments to font alternating macros
[mandoc.git] / tbl_term.c
index c4702a1677a80722957deffac3be3fde6b127176..1276776668c988227cc09093b1191f0a958f0de7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: tbl_term.c,v 1.39 2015/03/06 11:03:03 schwarze Exp $ */
+/*     $Id: tbl_term.c,v 1.40 2015/03/06 15:48:53 schwarze Exp $ */
 /*
  * Copyright (c) 2009, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2011, 2012, 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -66,9 +66,6 @@ term_tbl(struct termp *tp, const struct tbl_span *sp)
        size_t                   rmargin, maxrmargin, tsz;
        int                      ic, horiz, spans, vert;
 
-       if (tp->tbl.cols == NULL)
-               term_flushln(tp);
-
        rmargin = tp->rmargin;
        maxrmargin = tp->maxrmargin;