Changeset 4817 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 08/31/04 10:21:26 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MDirIter.cc
r4722 r4817 90 90 Int_t MDirIter::AddDirectory(const char *d, const char *filter, Int_t recursive) 91 91 { 92 TString dir = d;92 TString dir(d); 93 93 94 94 // Sanity check … … 142 142 continue; 143 143 144 // If entry is a directory add it with a lower erecursivity144 // If entry is a directory add it with a lower recursivity 145 145 if (IsDir(c)==0) 146 146 rc += AddDirectory(c, filter, recursive-1);
Note:
See TracChangeset
for help on using the changeset viewer.