Ignore:
Timestamp:
06/03/05 18:02:36 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7091 r7130  
    594594    // If Process has ever been called print statistics
    595595    //
    596     if (fTaskList->GetNumExecutions()>0)
     596    if (fTaskList && fTaskList->GetNumExecutions()>0)
    597597        switch (printstat)
    598598        {
Note: See TracChangeset for help on using the changeset viewer.