- Timestamp:
- 01/11/07 15:34:47 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MSequence.cc
r8244 r8247 412 412 413 413 const Bool_t rc1 = gSystem->AccessPathName(fName, kFileExists); 414 const Bool_t rc2 = gSystem->AccessPathName(fTitle, kFileExists);414 const Bool_t rc2 = !fTitle.IsNull() && gSystem->AccessPathName(fTitle, kFileExists); 415 415 416 416 if (rc1)
Note:
See TracChangeset
for help on using the changeset viewer.