]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MFT/AODtrain.C
.so cleanup: more gSystem->Load()
[u/mrichter/AliRoot.git] / MFT / AODtrain.C
index a3b0de4ad8b4443900b3e61b81f8da511ccc9f66..1cd7b1ba622351d02d5d2373cb04e8e5e9e68f04 100644 (file)
@@ -394,7 +394,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;