=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.214 retrieving revision 1.215 diff -u -p -r1.214 -r1.215 --- mandoc/term.c 2013/12/25 00:39:31 1.214 +++ mandoc/term.c 2013/12/31 18:07:42 1.215 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.214 2013/12/25 00:39:31 schwarze Exp $ */ +/* $Id: term.c,v 1.215 2013/12/31 18:07:42 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011, 2012, 2013 Ingo Schwarze @@ -659,7 +659,6 @@ term_strlen(const struct termp *p, const char *cp) for (i = 0; i < rsz; i++) sz += cond_width(p, *cp++, &skip); - c = 0; switch (*cp) { case ('\\'): cp++;