https://github.com/root-project/root
Revision 781f4fbd63a5e503c5916d1b5696ac4587917f03 authored by Rene Brun on 12 December 2006, 17:29:03 UTC, committed by Rene Brun on 12 December 2006, 17:29:03 UTC
Marian Ivanov has found a problem in TBranch::GetFile();
the problem shows up when the parent tree and the friends are in different
files of the same archive.
The filename for the branch is then uncorrectly derived from the parent tree,
resulting in a failure while opening the file.

This patch fixes this problem. Basically if the parent file is an archive
and the branch filename is simple (non absolute, non-URL), it just replaces
the member name.


git-svn-id: http://root.cern.ch/svn/root/trunk@17197 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 5f20ee2
History
Tip revision: 781f4fbd63a5e503c5916d1b5696ac4587917f03 authored by Rene Brun on 12 December 2006, 17:29:03 UTC
From Gerri:
Tip revision: 781f4fb

back to top