=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tftp/tftpsubs.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/tftp/tftpsubs.c 2012/05/01 04:23:21 1.15 +++ src/usr.bin/tftp/tftpsubs.c 2024/04/23 13:34:51 1.16 @@ -1,4 +1,4 @@ -/* $OpenBSD: tftpsubs.c,v 1.15 2012/05/01 04:23:21 gsoares Exp $ */ +/* $OpenBSD: tftpsubs.c,v 1.16 2024/04/23 13:34:51 jsg Exp $ */ /* $NetBSD: tftpsubs.c,v 1.3 1994/12/08 09:51:31 jtc Exp $ */ /* @@ -165,7 +165,7 @@ newline = 1; } } - *p++ = c; + *p++ = c; } b->counter = (int)(p - dp->th_data); }