]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Restoring method call to CheckByteOrder() since the code might rely on a side effect.
authorszostak <szostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 16 Nov 2007 15:15:08 +0000 (15:15 +0000)
committerszostak <szostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 16 Nov 2007 15:15:08 +0000 (15:15 +0000)
HLT/BASE/AliHLTOUT.cxx

index 66cd4fd2ab8d359937e97b3e3044d8b191a01609..0f3f381e43584b0ba5c72f421d7bd076b7dd8503 100644 (file)
@@ -98,6 +98,7 @@ int AliHLTOUT::FindAndSelectDataBlock()
       // TODO: check the byte order on the current system and the byte order of the
       // data block, print warning when missmatch and user did not check
       //AliHLTOUTByteOrder_t blockBO=CheckByteOrder();
+      CheckByteOrder();
       /*
        if (blockBO!=fByteOrder) {
        SetStatusFlag(kByteOrderWarning);