summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxsa <xsa@openbsd.org>2005-04-15 13:14:00 +0000
committerxsa <xsa@openbsd.org>2005-04-15 13:14:00 +0000
commit474e84d218e95295d37af109112534113a722d02 (patch)
tree7ee93f6cad6402f0e98a681815e65292eb438562
parentfree salt&peper commit (diff)
downloadwireguard-openbsd-474e84d218e95295d37af109112534113a722d02.tar.xz
wireguard-openbsd-474e84d218e95295d37af109112534113a722d02.zip
braino; joris ok
-rw-r--r--usr.bin/cvs/resp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/resp.c b/usr.bin/cvs/resp.c
index 0c2ec2a57f4..938ea999b13 100644
--- a/usr.bin/cvs/resp.c
+++ b/usr.bin/cvs/resp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: resp.c,v 1.26 2005/04/15 07:41:20 xsa Exp $ */
+/* $OpenBSD: resp.c,v 1.27 2005/04/15 13:14:00 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -538,7 +538,7 @@ cvs_resp_copyfile(struct cvsroot *root, int type, char *line)
}
if (rename(path, newpath) == -1) {
- cvs_log(LP_ERRNO, "failed to rename %s to %s", line, newname);
+ cvs_log(LP_ERRNO, "failed to rename %s to %s", path, newpath);
return (-1);
}