Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 3857)
+++ trunk/MagicSoft/Mars/Changelog	(revision 3858)
@@ -18,4 +18,9 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2004/04/27: Raquel de los Reyes
+
+   * mhvstime/MHVsTime.cc
+     - added a line in the Fill function to avoid empty time events.
+
  2004/04/27: Abelardo Moralejo
 
Index: trunk/MagicSoft/Mars/mhvstime/MHVsTime.cc
===================================================================
--- trunk/MagicSoft/Mars/mhvstime/MHVsTime.cc	(revision 3857)
+++ trunk/MagicSoft/Mars/mhvstime/MHVsTime.cc	(revision 3858)
@@ -165,4 +165,6 @@
             return kFALSE;
         }
+	if (!*tm)
+            return kTRUE;
         t = tm->GetAxisTime();
     }
