Ignore:
Timestamp:
04/03/03 11:44:57 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MRead.cc

    r1880 r1895  
    7272        TString name = GetEnvValue(env, prefix, idx, "");
    7373        if (name.IsNull())
    74             return kTRUE;
     74            break;
    7575
    7676        if (name.BeginsWith("\"") && name.EndsWith("\""))
     
    8080        }
    8181
     82        if (print)
     83            *fLog << all << "Add File: " << name << endl;
    8284        AddFile(name);
    8385    }
Note: See TracChangeset for help on using the changeset viewer.