]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Warning fixed.
authorzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 May 2008 07:33:37 +0000 (07:33 +0000)
committerzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 May 2008 07:33:37 +0000 (07:33 +0000)
SHUTTLE/AliShuttle.cxx

index d365d5c192d5daa776f2fb7474830f6e0fc28157..bdc3a7405b8d25b8d8928f9b7b21735e0a0063e3 100644 (file)
@@ -2833,9 +2833,9 @@ Bool_t AliShuttle::Collect(Int_t run)
        {
                // query Shuttle logbook for earlier runs, check if some detectors are unprocessed,
                // flag them into fFirstUnprocessed array
-               TString whereClause(Form("where shuttle_done=0 and run < %d", run));
+               TString whereClauseBis(Form("where shuttle_done=0 and run < %d", run));
                TObjArray tmpLogbookEntries;
-               if (!QueryShuttleLogbook(whereClause, tmpLogbookEntries))
+               if (!QueryShuttleLogbook(whereClauseBis, tmpLogbookEntries))
                {
                        Log("SHUTTLE", "Collect - Can't retrieve entries from Shuttle logbook");
                        return kFALSE;