]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG/muondep/AccEffTemplates/AODtrain.C
.so cleanup: more gSystem->Load()
[u/mrichter/AliRoot.git] / PWG / muondep / AccEffTemplates / AODtrain.C
index fadd8e6e4ca1d02a1ddf4783117619b121487469..78d616f5bed7fd555cd1217e51fe4d6a1c91c98d 100644 (file)
@@ -413,7 +413,7 @@ Bool_t LoadLibrary(const char *module)
   } 
   // Check if the library is already loaded
   if (strlen(gSystem->GetLibraries(Form("%s.so", module), "", kFALSE)) > 0) return kTRUE;    
-  result = gSystem->Load(Form("lib%s.so", module));
+  result = gSystem->Load(Form("lib%s", module));
   if (result < 0) {
     ::Error("AnalysisTrainNew.C::LoadLibrary", "Could not load module %s", module);
     return kFALSE;