=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/rcsprog.c,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/rcs/rcsprog.c 2005/10/06 01:24:25 1.18 --- src/usr.bin/rcs/rcsprog.c 2005/10/06 01:26:12 1.19 *************** *** 1,4 **** ! /* $OpenBSD: rcsprog.c,v 1.18 2005/10/06 01:24:25 joris Exp $ */ /* * Copyright (c) 2005 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: rcsprog.c,v 1.19 2005/10/06 01:26:12 joris Exp $ */ /* * Copyright (c) 2005 Jean-Francois Brousseau * All rights reserved. *************** *** 87,93 **** strlcpy(out, fpath, len); if (verbose == 1) { if (!strcmp(__progname, "co")) { ! printf("%s --> ", filev); if ((s = strrchr(filev, ',')) != NULL) { *s = '\0'; printf("%s\n", fname); --- 87,93 ---- strlcpy(out, fpath, len); if (verbose == 1) { if (!strcmp(__progname, "co")) { ! printf("%s --> ", fpath); if ((s = strrchr(filev, ',')) != NULL) { *s = '\0'; printf("%s\n", fname);