]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/MakeMUONZeroMisAlignment.C
Fixing error in documentation/comments.
[u/mrichter/AliRoot.git] / MUON / MakeMUONZeroMisAlignment.C
index 28e3a6633db2e895f5ded80427477cc152f99070..88db417928bfa0e5906f0e244b30db3830601da7 100644 (file)
@@ -46,7 +46,7 @@ void MakeMUONZeroMisAlignment()
   
   AliCDBStorage* storage;
   
-  if( gSystem->Getenv("TOCDB") == TString("kTRUE") ){
+  if( TString(gSystem->Getenv("TOCDB")) == TString("kTRUE") ){
     TString Storage = gSystem->Getenv("STORAGE");
     if(!Storage.BeginsWith("local://") && !Storage.BeginsWith("alien://")) {
       Error(macroname,"STORAGE variable set to %s is not valid. Exiting\n",Storage.Data());