Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 1824)
+++ trunk/MagicSoft/Mars/Changelog	(revision 1825)
@@ -1,3 +1,10 @@
                                                  -*-*- END OF LINE -*-*-
+
+ 2003/03/18: Thomas Bretz
+
+    * mfileio/MReadTree.cc:
+      - fixed a bug in the AddFile function
+
+
 
  2003/03/18: Abelardo Moralejo
@@ -11,10 +18,12 @@
        	parlist so that  we can choose the binning.
 
+
+
  2003/03/13: Abelardo moralejo
 
     * mhist/MHMcCT1CollectionArea.[h,cc]
-      - Added for calculations of collection area for CT1.Contains three 2-d 
-	histograms with axis energy vs theta angle: one histogram for all 
-	events, one for analyzed events, one for the collection area.
+      - Added for calculations of collection area for CT1.Contains three
+        2-d histograms with axis energy vs theta angle: one histogram for
+        all events, one for analyzed events, one for the collection area.
 
     * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
@@ -24,8 +33,12 @@
       - Uses the above classes
 
+
+
  2003/03/12: Abelardo Moralejo
 
     * macros/mergecamera.C
       - Added. Merges several MC camera output files into a single file.
+
+
 
  2003/03/08: Wolfgang Wittek
@@ -41,15 +54,15 @@
       - add SetDirectory(NULL)
 
-    * manalysis/ MSelBasic.[h,cc]
-                 MSelStandard.[h,cc]
-                 MSelFinal.[h,cc]
+    * manalysis/MSelBasic.[h,cc]
+                MSelStandard.[h,cc]
+                MSelFinal.[h,cc]
       - more detailed output for errors
       - bugs removed
       
-    * manalysis/ MPadSchweizer.[h,cc]
+    * manalysis/MPadSchweizer.[h,cc]
       - add SetDirectory(NULL)
       - add fErrors
 
-    * mfilter/ MFEventSelector.[h,cc]
+    * mfilter/MFEventSelector.[h,cc]
       - add fErrors
 
@@ -69,6 +82,7 @@
         a run header
 
-    * mmc/ MMcEvt.[hxx,cxx]]
+    * mmc/MMcEvt.[hxx,cxx]]
       - add GetEvtNumber()
+
 
 
@@ -89,6 +103,7 @@
 
     * mmain/MMonteCarlo.cc
-      - Fixed bug: matrix BgR was created with dimension "dim", a number which
-	can be negative. Put "num" instead of "dim".
+      - Fixed bug: matrix BgR was created with dimension "dim", a number
+        which can be negative. Put "num" instead of "dim".
+
 
 
Index: trunk/MagicSoft/Mars/mfileio/MReadTree.cc
===================================================================
--- trunk/MagicSoft/Mars/mfileio/MReadTree.cc	(revision 1824)
+++ trunk/MagicSoft/Mars/mfileio/MReadTree.cc	(revision 1825)
@@ -202,4 +202,6 @@
     //  (Code taken from TFile::TFile
     //
+    TString newname; // char-array must overcome comming block
+
     if (strrchr(fname, '?') || strrchr(fname, '*'))
         *fLog << warn << "WARNING: You may encounter crashes closing the files..." << endl;
@@ -207,6 +209,4 @@
     {
         const char *name;
-
-        TString newname;
 
         if ((name = gSystem->ExpandPathName(fname)))
