=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/term.c,v retrieving revision 1.133 retrieving revision 1.134 diff -u -r1.133 -r1.134 --- src/usr.bin/mandoc/term.c 2017/06/14 23:23:51 1.133 +++ src/usr.bin/mandoc/term.c 2017/07/28 14:24:17 1.134 @@ -1,4 +1,4 @@ -/* $OpenBSD: term.c,v 1.133 2017/06/14 23:23:51 schwarze Exp $ */ +/* $OpenBSD: term.c,v 1.134 2017/07/28 14:24:17 florian Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2017 Ingo Schwarze @@ -127,7 +127,7 @@ p->maxrmargin - p->viscol - vbl : 0; vis = vend = 0; - if ((p->flags && TERMP_MULTICOL) == 0) + if ((p->flags & TERMP_MULTICOL) == 0) p->tcol->col = 0; while (p->tcol->col < p->tcol->lastcol) {