Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 8331)
+++ trunk/MagicSoft/Mars/Changelog	(revision 8332)
@@ -19,13 +19,9 @@
                                                  -*-*- END OF LINE -*-*-
 
- 2007/02/19 Stefan Ruegamer
-
-   * datacenter/scripts/zipscript
-     - changed server from pegasus to phoenix
-
-   * datacenter/scripts/movingrawfiles
-     - deleted database query. This feature is not used at the moment
-       (as there is no normal web transfer any more) and is still being
-       tested in a separate script
+ 2007/02/26 Daniel Hoehne
+
+   * datacenter/macros/fillstar.C:
+     - made some bugfixes
+
 
 
Index: trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/fillstar.C	(revision 8331)
+++ trunk/MagicSoft/Mars/datacenter/macros/fillstar.C	(revision 8332)
@@ -72,4 +72,5 @@
 #include "MSQLServer.h"
 
+#include "MHCamera.h"
 #include "MHMuonPar.h"
 #include "MStatusArray.h"
@@ -204,9 +205,9 @@
     }
 
-    Int_t numsparks = (int)hsparks->GetEntries()
+    Int_t numsparks = (int)hsparks->GetEntries();
     Int_t numevents = (int)h->GetEntries() - numsparks;
     Int_t datarate  = (int)(numevents/effon);
 
-    TString sparksrate = Form("%5.2f", numsparks/effon);
+    TString sparkrate = Form("%5.2f", numsparks/effon);
 
     TGraph *g = (TGraph*)arr.FindObjectInCanvas("Humidity", "TGraph", "MHWeather");
