Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7074)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7075)
@@ -84,4 +84,8 @@
        has finished. There is no need to search for them in the parameter
        list.
+
+   * mjobs/MJCut.cc:
+     - fixed the file-path when writing the status display and an
+       output path was given.
 
 
Index: /trunk/MagicSoft/Mars/mjobs/MJCut.cc
===================================================================
--- /trunk/MagicSoft/Mars/mjobs/MJCut.cc	(revision 7074)
+++ /trunk/MagicSoft/Mars/mjobs/MJCut.cc	(revision 7075)
@@ -262,5 +262,5 @@
         arr.Add((TObject*)(&halpha->GetAlphaFitter()));
 
-    const TString fname(GetOutputFile(num));
+    const TString fname(fNameOutput.IsNull() ? Form("ganymed%08d.root", num) : fNameOutput.Data());
 
     // If requested, write to already open output file
