diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-07-19 01:40:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-07-19 01:40:30 +0000 |
commit | 2632ff6f404a6813198929b589b29ca2900f5700 (patch) | |
tree | 39bce9cec7577cae9a2b0d35ce7f49fe754751e3 /usr.bin | |
parent | 46359097304b42523e0ab31856edc7f4e721a9e2 (diff) |
spacing
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/util.c b/usr.bin/cvs/util.c index 9bed15887e3..79eacb887cf 100644 --- a/usr.bin/cvs/util.c +++ b/usr.bin/cvs/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.35 2005/07/13 16:20:44 xsa Exp $ */ +/* $OpenBSD: util.c,v 1.36 2005/07/19 01:40:29 deraadt Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -727,7 +727,7 @@ cvs_rcs_getpath(CVSFILE *file, char *buf, size_t len) root = CVS_DIR_ROOT(file); repo = CVS_DIR_REPO(file); - l = snprintf(buf, len, "%s/%s/%s%s", + l = snprintf(buf, len, "%s/%s/%s%s", root->cr_dir, repo, file->cf_name, RCS_FILE_EXT); if (l == -1 || l >= (int)len) { errno = ENAMETOOLONG; |