Index: /trunk/FACT++/src/zfits.cc
===================================================================
--- /trunk/FACT++/src/zfits.cc	(revision 14821)
+++ /trunk/FACT++/src/zfits.cc	(revision 14822)
@@ -163,5 +163,5 @@
             if (it->second.name=="Data")
             {
-                int16_t *end = ptr+1440*300-4-(1440*300)%4;
+                int16_t *end = ptr+1440*300-4-(1440*300)%2;
                 int16_t *beg = ptr;
 
