diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-05-10 13:49:51 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-05-10 13:49:51 +0000 |
| commit | 059af14f8e813ae7b06f0795e30052cb8c520658 (patch) | |
| tree | 8131824beafc121729ef6e2771b0e961343397a7 /contrib | |
| parent | 973b49bd1a6d2a1af3a770b8b9c0371eb947b183 (diff) | |
Notes
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/cvs/src/diff.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/cvs/src/diff.c b/contrib/cvs/src/diff.c index ff1c4ed504d6..f546c2d8c4e1 100644 --- a/contrib/cvs/src/diff.c +++ b/contrib/cvs/src/diff.c @@ -439,7 +439,8 @@ diff_fileproc (callerdat, finfo) (vers->vn_rcs == NULL ? NULL : RCS_branch_head (vers->srcfile, vers->vn_rcs)); - exists = head != NULL; + exists = (head != NULL && + !RCS_isdead (vers->srcfile, head)); /*XXX*/ if (head != NULL) free (head); } |
