summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/diff.c
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2006-05-30 21:32:53 +0000
committerJoris Vink <joris@cvs.openbsd.org>2006-05-30 21:32:53 +0000
commitf7e543c9413a632a7869f451136f104056a9a934 (patch)
treef1550d664e8eea31c2987547cf051667fb59ec47 /usr.bin/cvs/diff.c
parent1dd44c7700dd786d40d48ae0f90537f2a5d65e01 (diff)
fill in the correct revision number we will want in file_rcsrev
for each cvs_file struct, this will help us with sticky tags, commiting to branches and importing into existing repositories.
Diffstat (limited to 'usr.bin/cvs/diff.c')
-rw-r--r--usr.bin/cvs/diff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/diff.c b/usr.bin/cvs/diff.c
index 6cf5f26e2ab..252b4990a1a 100644
--- a/usr.bin/cvs/diff.c
+++ b/usr.bin/cvs/diff.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.c,v 1.97 2006/05/29 07:17:30 joris Exp $ */
+/* $OpenBSD: diff.c,v 1.98 2006/05/30 21:32:52 joris Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
*
@@ -124,7 +124,7 @@ cvs_diff_local(struct cvs_file *cf)
return;
}
- cvs_file_classify(cf, 0);
+ cvs_file_classify(cf, NULL, 0);
if (cf->file_status == FILE_LOST) {
cvs_log(LP_ERR, "cannot find file %s", cf->file_path);