=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/deroff/deroff.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/deroff/deroff.c 2016/09/04 15:29:21 1.15 +++ src/usr.bin/deroff/deroff.c 2023/02/17 18:00:35 1.16 @@ -1,4 +1,4 @@ -/* $OpenBSD: deroff.c,v 1.15 2016/09/04 15:29:21 tb Exp $ */ +/* $OpenBSD: deroff.c,v 1.16 2023/02/17 18:00:35 miod Exp $ */ /*- * Copyright (c) 1988, 1993 @@ -984,7 +984,7 @@ */ if (((np - cp) > constant) && (inquote || (chars[(unsigned char)cp[0]] == LETTER))) { - for (cp = cp; cp < np; cp++) + for (; cp < np; cp++) putchar(*cp); last = np[-1]; found++;