Index: trunk/MagicSoft/Mars/mreport/MReportFileReadCC.cc
===================================================================
--- trunk/MagicSoft/Mars/mreport/MReportFileReadCC.cc	(revision 4575)
+++ trunk/MagicSoft/Mars/mreport/MReportFileReadCC.cc	(revision 4587)
@@ -91,5 +91,5 @@
 
     // report file matching a single run
-    if (str(TRegexp("^[CC Run [0-9]+ Control File]$")).IsNull())
+    if (!str(TRegexp("^[CC Run [0-9]+ Control File]$")).IsNull())
         run = atoi(str(TRegexp(" [0-9]+")).Data());
 
