]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
bugfix
authortkuhr <tkuhr@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 26 May 2004 12:33:43 +0000 (12:33 +0000)
committertkuhr <tkuhr@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 26 May 2004 12:33:43 +0000 (12:33 +0000)
RAW/AliRawReaderDate.cxx

index d459352fef5f4f42685697548eafe0da53205df4..71c009708e4cdb8761d6f8121270cb676efd5f0a 100644 (file)
@@ -500,7 +500,7 @@ Int_t AliRawReaderDate::CheckData() const
 
     // check consistency of data size in the data header and in the sub event
     AliRawDataHeader* header = (AliRawDataHeader*) position;
-    if (fHeader->fSize != 0xFFFFFFFF) {
+    if (header->fSize != 0xFFFFFFFF) {
       if (position + header->fSize > end) {
        result |= kErrSize;
        position = end;