summaryrefslogtreecommitdiff
path: root/contrib/cvs
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-07-05 02:15:42 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-07-05 02:15:42 +0000
commit8338db6552556d046c7488eefdaf37aa7ae21d6f (patch)
tree504ca028d24ec92e4241e26fecd94803dd15ba87 /contrib/cvs
parent080cec3cc48a46c98df8d2f3ea6345ff8934e3ed (diff)
Notes
Diffstat (limited to 'contrib/cvs')
-rw-r--r--contrib/cvs/src/commit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/cvs/src/commit.c b/contrib/cvs/src/commit.c
index 7ae1ce7bbeabf..21598353a673d 100644
--- a/contrib/cvs/src/commit.c
+++ b/contrib/cvs/src/commit.c
@@ -1948,6 +1948,8 @@ internal error: `%s' didn't move out of the attic",
char *head;
char *magicrev;
+ fixbranch(rcsfile, sbranch);
+
head = RCS_getversion (rcsfile, NULL, NULL, 0, (int *) NULL);
magicrev = RCS_magicrev (rcsfile, head);