diff options
author | peter <peter@FreeBSD.org> | 1997-07-05 02:15:42 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-07-05 02:15:42 +0000 |
commit | 7b13dec5b4db60aa3d43b06dd74fa8be75499f65 (patch) | |
tree | 16c68b8d1135e58f8653faaeb46f60b10d193dbb /contrib | |
parent | 2cb2846c23cd9d89c5946f546301ca740d30873d (diff) | |
download | FreeBSD-src-7b13dec5b4db60aa3d43b06dd74fa8be75499f65.zip FreeBSD-src-7b13dec5b4db60aa3d43b06dd74fa8be75499f65.tar.gz |
Apply Bill Fenner's patch for the lost vendor branch bug - I've looked
over the code too and it makes sense to me.
PR: 4033
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/cvs/src/commit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/cvs/src/commit.c b/contrib/cvs/src/commit.c index 7ae1ce7..2159835 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); |