]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliAltroBuffer.cxx
fixng the load of the OADB container file
[u/mrichter/AliRoot.git] / RAW / AliAltroBuffer.cxx
index e3af905783ac17079e86271a6174a787b3994f80..924477cddc26f126458880d849bab8c6160cd394 100644 (file)
@@ -287,7 +287,7 @@ UChar_t AliAltroBuffer::WriteRCUTrailer(Int_t rcuId)
   //  FOr the moment the triler size is 2 32-bit words
   UInt_t buffer = (2 & 0x7F);
   buffer |= ((rcuId & 0x1FF) << 7);
-  buffer |= 0xAAAA << 16;
+  buffer |= 0xAAAAU << 16;
   fFile->WriteBuffer((char *)(&buffer),sizeof(UInt_t));
 
   return 0;