Don't assume branch heads are alive.. (related to previous change to the
older 1.9.26 baseline)
This commit is contained in:
parent
973b49bd1a
commit
059af14f8e
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user