=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/tbl_data.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/mandoc/tbl_data.c 2011/01/25 12:16:19 1.7 --- src/usr.bin/mandoc/tbl_data.c 2011/01/25 12:24:26 1.8 *************** *** 1,4 **** ! /* $Id: tbl_data.c,v 1.7 2011/01/25 12:16:19 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011 Ingo Schwarze --- 1,4 ---- ! /* $Id: tbl_data.c,v 1.8 2011/01/25 12:24:26 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011 Ingo Schwarze *************** *** 186,191 **** --- 186,192 ---- tbl->last_span = dp; } else { tbl->last_span = tbl->first_span = dp; + tbl->current_span = NULL; dp->flags |= TBL_SPAN_FIRST; }