Changeset 1825 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 03/18/03 14:51:16 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadTree.cc
r1761 r1825 202 202 // (Code taken from TFile::TFile 203 203 // 204 TString newname; // char-array must overcome comming block 205 204 206 if (strrchr(fname, '?') || strrchr(fname, '*')) 205 207 *fLog << warn << "WARNING: You may encounter crashes closing the files..." << endl; … … 207 209 { 208 210 const char *name; 209 210 TString newname;211 211 212 212 if ((name = gSystem->ExpandPathName(fname)))
Note:
See TracChangeset
for help on using the changeset viewer.