Ignore:
Timestamp:
08/31/04 10:21:26 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MDirIter.cc

    r4722 r4817  
    9090Int_t MDirIter::AddDirectory(const char *d, const char *filter, Int_t recursive)
    9191{
    92     TString dir = d;
     92    TString dir(d);
    9393
    9494    // Sanity check
     
    142142            continue;
    143143
    144         // If entry is a directory add it with a lowere recursivity
     144        // If entry is a directory add it with a lower recursivity
    145145        if (IsDir(c)==0)
    146146            rc += AddDirectory(c, filter, recursive-1);
Note: See TracChangeset for help on using the changeset viewer.