]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/OfflineInterface/AliHLTMUONRootifierComponent.cxx
Bug fix in handling command line arguments.
[u/mrichter/AliRoot.git] / HLT / MUON / OfflineInterface / AliHLTMUONRootifierComponent.cxx
index a05230148a900252cff8374de72050293757b853..e2f80048b5022059be24e18c90fb81101d8b9788 100644 (file)
@@ -60,8 +60,8 @@ bool AliHLTMUONRootifierComponent::IgnoreArgument(const char* arg) const
        /// Return true if the argument is one of -cdbpath -run or -delaysetup
        /// to prevent the parent class from parsing these arguments in DoInit.
        
-       if (strcmp(arg, "-cdbpath") == 0 or strcmp(arg, "-run") != 0 or
-           strcmp(arg, "-delaysetup") != 0)
+       if (strcmp(arg, "-cdbpath") == 0 or strcmp(arg, "-run") == 0 or
+           strcmp(arg, "-delaysetup") == 0)
        {
                return true;
        }