Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 9386)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 9387)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2009/03/05 Thomas Bretz
+
+   * mreport/MReportCamera.cc:
+     - fixed a problem if the HVFIL section is empty
+
+
+
  2009/03/04 Thomas Bretz
 
Index: /trunk/MagicSoft/Mars/mreport/MReportCamera.cc
===================================================================
--- /trunk/MagicSoft/Mars/mreport/MReportCamera.cc	(revision 9386)
+++ /trunk/MagicSoft/Mars/mreport/MReportCamera.cc	(revision 9387)
@@ -520,4 +520,10 @@
     str=str.Strip(TString::kBoth);
 
+    if (str.BeginsWith("PSSEN "))
+    {
+        fHV->fFileName = "";
+        return kTRUE;
+    }
+
     const Ssiz_t pos = str.First(' ');
     /*
@@ -548,5 +554,5 @@
 {
     if (!CheckTag(str, "PSSEN "))
-        return kFALSE;
+        return kCONTINUE;
 
     Int_t len;
