Index: /trunk/FACT++/src/EventBuilderWrapper.h
===================================================================
--- /trunk/FACT++/src/EventBuilderWrapper.h	(revision 12222)
+++ /trunk/FACT++/src/EventBuilderWrapper.h	(revision 12223)
@@ -874,5 +874,6 @@
         // FIMXE: Compare with target configuration
 
-        for (const FAD::EventHeader *ptr=beg; ptr!=end; ptr++)
+        const FAD::EventHeader *ptr=beg;
+        for (; ptr!=end; ptr++)
         {
             if (ptr->fStartDelimiter==0)
