CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/08 07:43:09
Modified files:
usr.bin/mandoc : tbl_term.c
Log message:
Correctly handle horizontal spans at the beginning of rows,
fixing an assertion failure found by jsg@ with afl(1).
While here, also drop printing of whitespace in tbl_data()
which makes no difference because column positioning code
in term_tbl() already takes care of that.
