From: szostak Date: Fri, 16 Nov 2007 15:15:08 +0000 (+0000) Subject: Restoring method call to CheckByteOrder() since the code might rely on a side effect. X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=06f53cafb1ddedad90e55da0d344c8a930add22c;p=u%2Fmrichter%2FAliRoot.git Restoring method call to CheckByteOrder() since the code might rely on a side effect. --- diff --git a/HLT/BASE/AliHLTOUT.cxx b/HLT/BASE/AliHLTOUT.cxx index 66cd4fd2ab8..0f3f381e435 100644 --- a/HLT/BASE/AliHLTOUT.cxx +++ b/HLT/BASE/AliHLTOUT.cxx @@ -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);