=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/proto.c,v retrieving revision 1.90 retrieving revision 1.91 diff -c -r1.90 -r1.91 *** src/usr.bin/cvs/Attic/proto.c 2006/02/08 19:24:19 1.90 --- src/usr.bin/cvs/Attic/proto.c 2006/03/15 18:24:50 1.91 *************** *** 1,4 **** ! /* $OpenBSD: proto.c,v 1.90 2006/02/08 19:24:19 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: proto.c,v 1.91 2006/03/15 18:24:50 deraadt Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 944,950 **** s = buf; while ((s = strchr(s, '%')) != NULL) { ! *s++; switch (*s) { case 'c': strlcpy(fpath, cvs_command, sizeof(fpath)); --- 944,950 ---- s = buf; while ((s = strchr(s, '%')) != NULL) { ! s++; switch (*s) { case 'c': strlcpy(fpath, cvs_command, sizeof(fpath));