Index: /trunk/MagicSoft/Mars/merpp.cc
===================================================================
--- /trunk/MagicSoft/Mars/merpp.cc	(revision 9058)
+++ /trunk/MagicSoft/Mars/merpp.cc	(revision 9059)
@@ -220,5 +220,8 @@
 
         if (arg2.EndsWith(".txt"))  // set --summary
+        {
+            *fLog << inf << "Summary file option switched on automatically due to file extension." << endl;
             kHeaderRun = 0;
+        }
 
         kUpdate = kTRUE;
Index: /trunk/MagicSoft/Mars/mreport/MReportCamera.cc
===================================================================
--- /trunk/MagicSoft/Mars/mreport/MReportCamera.cc	(revision 9058)
+++ /trunk/MagicSoft/Mars/mreport/MReportCamera.cc	(revision 9059)
@@ -505,4 +505,5 @@
 
     const Ssiz_t pos = str.First(' ');
+    /*
     if (pos<0)
     {
@@ -510,6 +511,9 @@
         return kFALSE;
     }
-
-    fHV->fFileName = str(0, pos);
+    */
+
+    fHV->fFileName = pos<0 ? (TString)"" : str(0, pos);
+    if (pos<0)
+        return kTRUE;
 
     str.Remove(0, pos);
