Skip to content

Commit

Permalink
root/io/newstl: reuse variable.
Browse files Browse the repository at this point in the history
Co-authored-by: Jakob Blomer <jblomer@cern.ch>
  • Loading branch information
pcanal and jblomer committed Dec 4, 2024
1 parent d5251f9 commit 142247c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/io/newstl/TestHelpers.C
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void fillListOfDir(TList &l) {
TObjString *obj;
while ((obj = (TObjString*)next())) {
const char *file = obj->GetName();
cout << "found the directory " << obj->GetName() << endl;
cout << "found the directory " << file << endl;
}
}
}
Expand Down

0 comments on commit 142247c

Please sign in to comment.