Skip to content
Snippets Groups Projects
Commit 53f188ce authored by Gerardo Ganis's avatar Gerardo Ganis Committed by Philippe Canal
Browse files

tree/TChain : fix comment

parent f6de1508
No related branches found
No related tags found
No related merge requests found
......@@ -2143,7 +2143,7 @@ void TChain::ParseTreeFilename(const char *name, TString &filename, TString &tre
// Find the last one
Ssiz_t ppIdx = filename.Index(slash, pIdx + dotrl);
if (ppIdx != kNPOS) {
// Good treename
// Good treename with the old receipe
treename = filename(ppIdx + slashl, filename.Length());
filename.Remove(ppIdx + slashl - 1);
suffix.Insert(0, TString::Format("/%s", treename.Data()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment