Changeset 8247 for trunk/MagicSoft


Ignore:
Timestamp:
01/11/07 15:34:47 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MSequence.cc

    r8244 r8247  
    412412
    413413    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);
    415415
    416416    if (rc1)
Note: See TracChangeset for help on using the changeset viewer.