Ignore:
Timestamp:
08/12/04 09:16:13 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mreport/MReportFileReadCC.cc

    r4575 r4587  
    9191
    9292    // report file matching a single run
    93     if (str(TRegexp("^[CC Run [0-9]+ Control File]$")).IsNull())
     93    if (!str(TRegexp("^[CC Run [0-9]+ Control File]$")).IsNull())
    9494        run = atoi(str(TRegexp(" [0-9]+")).Data());
    9595
Note: See TracChangeset for help on using the changeset viewer.