From be4263efc565971051f57fa3fdcd828dbff74ec1 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Thu, 6 Oct 2005 01:26:13 +0000 Subject: show fpath when checking out files; --- usr.bin/rcs/rcsprog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/rcs/rcsprog.c b/usr.bin/rcs/rcsprog.c index 27babbf7603..ade7b00e616 100644 --- a/usr.bin/rcs/rcsprog.c +++ b/usr.bin/rcs/rcsprog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsprog.c,v 1.18 2005/10/06 01:24:25 joris Exp $ */ +/* $OpenBSD: rcsprog.c,v 1.19 2005/10/06 01:26:12 joris Exp $ */ /* * Copyright (c) 2005 Jean-Francois Brousseau * All rights reserved. @@ -87,7 +87,7 @@ rcs_statfile(char *fname, char *out, size_t len) strlcpy(out, fpath, len); if (verbose == 1) { if (!strcmp(__progname, "co")) { - printf("%s --> ", filev); + printf("%s --> ", fpath); if ((s = strrchr(filev, ',')) != NULL) { *s = '\0'; printf("%s\n", fname); -- cgit v1.2.3