Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 4537)
+++ trunk/MagicSoft/Mars/Changelog	(revision 4538)
@@ -30,4 +30,8 @@
      - increase the default upper histogram limits for the 
        large extraction windows.
+
+   * msignal/MExtractor.cc
+     - fixed a bug in one possible output using Form() 
+       which produced a segm.violation in that case.
 
 
Index: trunk/MagicSoft/Mars/msignal/MExtractor.cc
===================================================================
--- trunk/MagicSoft/Mars/msignal/MExtractor.cc	(revision 4537)
+++ trunk/MagicSoft/Mars/msignal/MExtractor.cc	(revision 4538)
@@ -212,5 +212,5 @@
       *fLog << endl;
       *fLog << warn << GetDescriptor() << ": Selected Hi Gain FADC Window [";
-      *fLog << Form("%2i,%2i%s%2i%s", (int)fHiGainFirst,",",lastdesired);
+      *fLog << Form("%2i,%2i", (int)fHiGainFirst,lastdesired);
       *fLog << "] ranges out of the available limits: [0," << Form("%2i", lastavailable) << "]" << endl;
       *fLog << warn << GetDescriptor() << ": Will use ";
