forked from root-project/root
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[io] TFile::ls skips keys with slash in their name
If one does: TFile* aFile = new TFile("/tmp/tnamed.root", "RECREATE"); TNamed("TIME/CLK", "0x6").Write(); aFile->ls(); nothing is printed Solution proposed by pcanal Formatting Co-authored-by: Philippe Canal <[email protected]> apply pcanals suggestion Co-authored-by: Philippe Canal <[email protected]> check if reg is not null missing check
- Loading branch information
1 parent
5560b67
commit 5815897
Showing
1 changed file
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters