X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONGlobalCrateConfig.cxx;h=24fbec2c84fb7302182f89f2eb8dabbcc7437f11;hb=71d5ee506ed0a3db4d9ef0db9fcdc842dfc24bbe;hp=e10aaf16561f68d8743e6958852d2a7ede98e492;hpb=1e875d50fb22b6f0210947b32b17ba8d157cd937;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONGlobalCrateConfig.cxx b/MUON/AliMUONGlobalCrateConfig.cxx index e10aaf16561..24fbec2c84f 100644 --- a/MUON/AliMUONGlobalCrateConfig.cxx +++ b/MUON/AliMUONGlobalCrateConfig.cxx @@ -231,8 +231,8 @@ Int_t AliMUONGlobalCrateConfig::ReadData(const TString& fileName) in.getline(line, 255); tmp = AliMpHelper::Normalize(line); ULong_t addr; - if (addr) nDarc++; sscanf(tmp.Data(), "%lx", &addr); + if (addr) nDarc++; SetSecondDarcVmeAddr(addr); AliDebug(1, Form("Second Darc Vme Address: 0x%lx", addr));