From 5bec87129e67ab24702ea1792393ee1d631e07af Mon Sep 17 00:00:00 2001 From: tkuhr Date: Fri, 2 Jul 2004 13:37:43 +0000 Subject: [PATCH] bugfix --- RAW/AliRawReaderDate.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RAW/AliRawReaderDate.cxx b/RAW/AliRawReaderDate.cxx index 4c0f5f94167..b7527655e77 100644 --- a/RAW/AliRawReaderDate.cxx +++ b/RAW/AliRawReaderDate.cxx @@ -468,6 +468,7 @@ Bool_t AliRawReaderDate::NextEvent() { // go to the next event in the date file +#ifdef ALI_DATE if (!fFile) return kFALSE; eventHeaderStruct header; @@ -492,6 +493,8 @@ Bool_t AliRawReaderDate::NextEvent() }; fEvent = NULL; +#ifdef ALI_DATE + return kFALSE; } -- 2.31.1