Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 2457)
+++ trunk/MagicSoft/Mars/Changelog	(revision 2458)
@@ -36,6 +36,7 @@
 
    * mraw/MRawEvtData.cc:
-     - changed positions of 'fush' in Print() (seems to confuse
-       'more' - no idea why)
+     - changed positions of 'fush' in Print() (this confused 'more'
+       because 'more' also counts the ANSI color codes to determin
+       the line-length)
 
 
Index: trunk/MagicSoft/Mars/mraw/MRawEvtData.cc
===================================================================
--- trunk/MagicSoft/Mars/mraw/MRawEvtData.cc	(revision 2457)
+++ trunk/MagicSoft/Mars/mraw/MRawEvtData.cc	(revision 2458)
@@ -173,5 +173,5 @@
         *fLog << " " << setfill(' ') << setw(3) << dec << i << " -";
         *fLog << " " << setfill(' ') << setw(3) << dec << (*fHiGainPixId)[i] << ": ";
-        *fLog << (manip?dec:hex) << flush;
+        *fLog << (manip?dec:hex);
 
         if (!manip)
@@ -185,5 +185,4 @@
                 *fLog << ' ';
         }
-        *fLog << flush;
 
         if (!(l<nLoPix && (*fLoGainPixId)[l]==(*fHiGainPixId)[i]))
@@ -200,6 +199,4 @@
                 *fLog << ' ';
         }
-
-        *fLog << flush;
         l++;
     }
