Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 3588)
+++ trunk/MagicSoft/Mars/Changelog	(revision 3589)
@@ -37,4 +37,7 @@
        of the vector I had it wrong in my mind twice, using
        atan2(y,x) everywhere I did recognize it...)
+
+   * mreport/MReport.cc:
+     - fixed a bug which caused a crash when the time is not valid
 
 
Index: trunk/MagicSoft/Mars/mreport/MReport.cc
===================================================================
--- trunk/MagicSoft/Mars/mreport/MReport.cc	(revision 3588)
+++ trunk/MagicSoft/Mars/mreport/MReport.cc	(revision 3589)
@@ -75,5 +75,5 @@
     {
         *fLog << err << "ERROR - Event has invalid time: ";
-        *fLog << Form("%d.%d.%d %02s:%02d:%02d.%03d", day, mon, yea, hor, min, sec, ms);
+        *fLog << Form("%d.%d.%d %02d:%02d:%02d.%03d", day, mon, yea, hor, min, sec, ms);
         *fLog << "... abort." << endl;
         return kFALSE;
