]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/sim/BaseConfig.C
.so cleanup: no .so ext to GetLibraries()
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / sim / BaseConfig.C
index f9e855835a31226fdd104074ac406bdbc726f2be..313e5b33c8cc9d3dfe65f87ee16d0bd94444ccda 100644 (file)
@@ -549,7 +549,7 @@ struct VirtualTrain
       return (result >= 0);
     }
     // Check if the library is already loaded
-    if (strlen(gSystem->GetLibraries(Form("%s.so", module), "", kFALSE)) > 0) {
+    if (strlen(gSystem->GetLibraries(module, "", kFALSE)) > 0) {
       ::Info("LoadLibrary", "Module %s.so already loaded", module);
       gROOT->DecreaseDirLevel();      
       return kTRUE;