Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7722)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7723)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2006/05/20 Thomas Bretz
+
+   * mreport/MReportCC.cc:
+     - fixed a typo in InterpreteTD which was introduced yesterday
+
+
 
  2006/05/19 Thomas Bretz
@@ -140,5 +147,5 @@
 
    * mhflux/MAlphaFitter.cc:
-     - fixed aproblem with the fit which could cause infinite loops
+     - fixed a problem with the fit which could cause infinite loops
        in the case of off-data. This did in no means effect the result,
        just the performance.
Index: /trunk/MagicSoft/Mars/mreport/MReportCC.cc
===================================================================
--- /trunk/MagicSoft/Mars/mreport/MReportCC.cc	(revision 7722)
+++ /trunk/MagicSoft/Mars/mreport/MReportCC.cc	(revision 7723)
@@ -192,5 +192,5 @@
 {
     if (!CheckTag(str, "TD "))
-        return kTRUE;
+        return kFALSE;
 
     // Skip the TD (discriminator delays) part of the report (for old
