]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Do not hide variables from the outer scope (Solaris x86)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 31 Jan 2007 08:27:06 +0000 (08:27 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 31 Jan 2007 08:27:06 +0000 (08:27 +0000)
STEER/AliCDBPath.cxx

index af5f9660949199f628c90271b8325dcc47c73612..c0f986f53e615b0725c941b522a1e321a4628c5e 100644 (file)
@@ -150,9 +150,9 @@ void AliCDBPath::InitPath() {
 
        } else if (paramCount == 2) {
                fLevel0 = ((TObjString*) anArray->At(0))->GetString();
-               TString aString =  ((TObjString*) anArray->At(1))->GetString();
+               TString bString =  ((TObjString*) anArray->At(1))->GetString();
 
-               if (IsWord(fLevel0) && aString == "*") {
+               if (IsWord(fLevel0) && bString == "*") {
                        fLevel1 = "*";
                        fLevel2 = "*";