]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTHOMERManager.cxx
Major update required to handle old and new AliHLTEventDDL structures within HLT...
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTHOMERManager.cxx
index fe91165f335b67fe1d177afb4448d7521f989430..0e108dc78aa20727af23c699307193a14ca42edd 100644 (file)
@@ -951,7 +951,7 @@ Bool_t AliHLTHOMERManager::CheckTriggerDecision() {
 
   if ( !fCurrentReader || !IsConnected() ) {
     HLTError(Form("Not connected yet."));
-    return NULL;
+    return kFALSE;
   }
 
   AliHLTHOMERBlockDesc blockDesc;