diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-04-15 13:14:01 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-04-15 13:14:01 +0000 |
commit | a7cb19af522dc5ae7eacfba44e3801cc76674d81 (patch) | |
tree | 87b3b41a0ef67960fe94d0be1ac6d7f714567af2 /usr.bin/cvs/resp.c | |
parent | 45726423262f48bbcba9d38619ee8ffb1bbf56d1 (diff) |
braino; joris ok
Diffstat (limited to 'usr.bin/cvs/resp.c')
-rw-r--r-- | usr.bin/cvs/resp.c | 4 |
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); } |